Is there a way to use these fields to create an HTML template?
This new editable option is amazing! But now the field does not print.
Does that mean I still need to have the normal lookups?
Or is there a way to send a field from a relation without having the fields on the Entity-DB?
I have a Client Db, but I need the Client.Company.Name( Which is another DB), Company address, ect…
I’m starting to have thousang fields on my DB
Thanks!
The ‘new’ relation fields are a UI convenience - they do not result in any changes to the schema, so no new fields are added to the database.
I you are using an HTML (or markdown) template, these rely on actual field values for the entity (backend) so they cannot access the UI-only relation fields.
You will indeed need to use lookups or formulas if you want to reference related data in an HTML/markdown template (or use scripting if you’re feeling nerdy
)
Thanks! I understand! I’ll stick to lookups and relations for now! 