Skip to main content
T O perguntou em #Data Management
I am creating a cross object formula to pull through a contact from a related object but it is only bringing the id through.

 

The field is Site_IT_Contact__c and the syntax I am using is IT_Solution__r.Site_SOC__r.Site_IT_Contact__c

 

Is this wrong?

 

Thanks

 

 
3 respostas
  1. 26 de out. de 2015, 13:44
    Hi T O,

     

    Use the Insert field button to navigate to IT Solution -> Site SOC -> Site IT Contact - First Name (and same for Last Name field) and your formula will be something like below

    IT_Solution__r.Site_SOC__r.Site_IT_Contact__r.FirstName+" "+ IT_Solution__r.Site_SOC__r.Site_IT_Contact__r.LastName

     

     
0/9000