How To: Format Line Items Without Tables
Output related list data as text, not tables, using prefixes and postfixes.
Problem
Solution
<!--{{!
<lineitemsSOQL>
<class>none</class>
<soql>SELECT Name FROM Contact WHERE AccountId = '{{!Account.Id}}'</soql>
<column postfix=", ">Name</column>
</lineitemsSOQL>
}}--><!--{{!
<lineitemsSOQL>
<prefix>Team Members: </prefix>
<class>none</class>
<soql>SELECT Name FROM Contact WHERE AccountId = '{{!Account.Id}}'</soql>
<column postfix=", ">Name</column>
<postfix>are assigned to this account.</postfix>
</lineitemsSOQL>
}}-->Tips
Last updated
Was this helpful?

