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
If Client_Name__c is a lookup, it should be like this:
IBC_Booking_Form__r.Client_Name__r.Name