Skip to main content
CRM Specialist ha fatto una domanda in #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 risposte
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    27 mar 2024, 12:59

    try,

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