Skip to main content
CRM Specialist a posé une question dans #Formulas

Need help on this.

My Field1 name should always be equal to Field2 name, wherein Field2 is a picklist. The user won't be able to save the record unless Field1 and Field2 is equal. 

12 réponses
  1. Forum Ambassador Divya Chauhan
    27 mars 2024, 12:59

    try,

    Field1__c <> TEXT(Field2__r.Name)
0/9000