Does anybody know if there is any way of retrieving/displaying Party List fields in Dynamics 365 Portal? (For example: the Resources field on a Service Activity) So far I have tried the following methods with no success:
- Entity List. The Party List column is just returned as "[object object]"
- Liquid template with fetchXML. In this situation the Party List column causes the error "Liquid syntax error: Object 'Microsoft.Xrm.Sdk.EntityCollection' is invalid because it is neither a built-in type nor implements Iliquidizable"
- Odata Entitylist Feed. The Party List column is not returned at all
- Entity Form. If I create an Entity Form with a Party List field on it, that field is not rendered at all (although a blank line is included to show where it should have been!)
thanks
*This post is locked for comments