Skip to main content
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 answers
  1. Nov 14, 2019, 2:49 PM

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

    IBC_Booking_Form__r.Client_Name__r.Name

     

     
0/9000