1. That's right. I don't know your use case, but would document generation help here to gather/display object and related data?: https://go.documentation.sas.com/doc/en/vicdc/v_037/visgatorag/custom-document-templates.htm 2. The pageModel.type and pageModel.id correspond to these values. You'll also need field names which can be specified, or could take all names from the related object type's metadata fields: https://developer.sas.com/sdk/vi/apiDocs/interfaces/metadata.MetadataApi.html#getEntity
... View more