Skip to main content

Hello, I am hoping to add a hyperlink to the SFDC Account object within the C360. Does anyone know if there is an OOB solution to this? 
Thank you, 

Andy 

Hi @Andy Trevino 

Here’s my suggestion to be able to display that link anywhere or almost in C360: 

  1. Create a SFDC Account Link field in your Company Object
  2. Add a formula to the field, per the below (or adjust as required to your standard SFDC URLs): 

OR this in detail:

concatenate( '' , 'https://YOURSFDDOMAIN.lightning.force.com/lightning/r/Account/' , concatenate( '' , SFDC Account Id , '/view' ) )

 

Where:

  • SFDC Account Id is the standard/system field in the company object
  • All other elements are the standard URL structure for your links

Hope this helps!

A


@Andy Trevino  You can also follow instructions here:

to find it in Horizon 360 (I can’t see that option in mine but maybe that works for you). 


This is perfect, thank you so much for the help @alizee ! 


Reply