Skip to main content
RAHMAN HASHMI (Hashmi) a posé une question dans #Collaboration
Hi 

 

i am making relation with the booking form object  and the client name is lookup .with this formula IBC_Booking_Form__r.Client_Name__c i am getting record id not the lookup value.

 

could you please help me out.

 

Thanks

 

IBC_Booking_Form__r.Client_Name__c
4 réponses
  1. 14 nov. 2019, 14:49

    If Client_Name__c is a lookup, it should be like this:

    IBC_Booking_Form__r.Client_Name__r.Name

     

     
0/9000