Components that belong to the object list (or multi-object) category always include all exported objects in each section. Simply add the components to your template. You can separate sections with headings.
Example:
We want to export a document with the following sections:
- Section 1: Objects that have the ‘related’ relation and their properties.
- Section 2: Data owners and data stewards.
- Section 3: All attachments.
The templates would look like this:
Objects Relations Overview
<<{ "type": "relations", "relationType" : "core_isMentioning" , "columns": [ {"value": "objectName", isBold : "true", "header": "Object Name" }, {"value" : "definition", "header": "Definition" } ] }>>
<<{ "type": "userRelations", "userRelationTypes": [ "core_data_steward", "core_bussiness_owner" ], "property": "LastName" }>>
<<{ "type": "multiAttachments", "objectNameStyle": "Custom Attachment Heading" }>>
Any formatting applied to static text in the template will be preserved, but formatting applied directly to component fields will be ignored. To format the components, use the style property when available.
The following multi-object components are supported:
- Attributes
- External attachments
- Multi attachments
- Object relations
- User relations
- Text
For more information, see Multi-Object Components.