Related List Structure In Microsoft Templates (DOCX, PPTX, XLSX)
Basic Structure:
[{{!<lineitemsSOQL>
<tableformat>]
//Your Table Here
[</tableformat>
<soql>select name, amount, description from opportunity order by id desc limit 30</soql>
<column>name</column>
<column>amount</column>
<column>description</column>
</lineitemsSOQL>}}]Summary Table
Tag
Meaning
Full Example:
Last updated
Was this helpful?

