Skip to main content
We store Account's Logo's under Documents.

 

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
0/9000