Skip to main content
RAHMAN HASHMI (Hashmi) 님이 #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개
  1. 2019년 11월 14일 오후 2:49

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

    IBC_Booking_Form__r.Client_Name__r.Name

     

     
0/9000