Hi,
I'm trying to expose the Parent Account of the logged in contact in CRM Portals using Liquid Code.
I've been trying to follow below
{% assign account = entities.account['936DA01F-9ABD-4d9d-80C7-02AF85C822A8'] %} {% if account %} {{ account.name }} ({{ account.statecode.label }}) {% endif %}
However, if never returns any value. I've passed the user.parentcustomerid.id to above, which should allow me to show data.
Does anyone have any example Liquid code to do this? I want to show a number of attributes from the Account Entity.
*This post is locked for comments