Hello everyone! I am having trouble with displaying the "Account" name from a Contact record on a Portal page. I've tried this a couple ways, and for the life of me I cannot figure out why I can't display the account name like i want to.
The reason I want to pull the Account Name, is I would like to filter/redirect based on the account. I have several PowerBI Reports that are in different workspaces based on client. I want to be able to say " If Account = "parentcustomerid, then display this PowerBI report"
But - I can't get the Account Name (parentcustomerid) to even display!
I've placed the following in a webpage, trying to just display the information. I've selected a couple fields from the Contact Entity to at least prove I am in the right area.
I've made sure that I have a contact with the Account filled in:
But, when I render the page - this is what I get:
It pulls the other information correctly (email, phone, etc), but I cannot get it to show the Company Name.
I've added an entity record to then profile page as well - which shows that the Account Name is filled in on the Profile (free text, but still) as well as the user has access to the Account in question and can View the record:
I've created an Entity Permission, which allows the Web Role to Read/Write to the Contact and Account entities
I am not sure where I am going wrong in displaying this information. Any assistance is greatly appreciated!