Skip to main content
CRM Specialist が「#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 件の回答
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    2024年3月27日 12:59

    try,

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