• RAHMAN HASHMI
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
If this field is null Name_the_issuer_if_different_to_client__r then i want to replace with Client_Name__r.
can you help guys

IF(ISNULL(IBC_Booking_Form__r.Name_the_issuer_if_different_to_client__r.Name),IBC_Booking_Form__r.Client_Name__r.Name,IBC_Booking_Form__r.Name_the_issuer_if_different_to_client__r.Name)