Account custom text field allows internal users to enter the Document's Id.
Account custom formula field displays the Logo.
This works fine.
Now I want Community Users to see their Account Logo when they log in to the Community. What is the best way to accomplish this? Don't want to use Page Variations because we have many customers, so I thought of using either:
The community's HTML Editor component, i.e.
<img src="{!Account.Company_Logo__c }" alt="" />
<img src="{!$User.Contact.Account.Company_Logo__c}" alt="" />
The community's Rich Text Editor component as I know that this works: {!CurrentUser.firstName}, i.e.
{!CurrentUser.Contact.Account.Company_Logo__c}
A custom component from the AppExchange (suggestions are welcome)
Any thoughts?
Thank you!
Julian
2 answers
Hi Julian,
Sorry for the inconvenience. In case you don't receive a response here, may I also suggest joining the Community Cloud group below to collaborate with the experts for best practice and advice.
https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000001oDdCAI
Hope this helps.
Regards,
Jayson