Skip to main content The Trailblazer Community will be unavailable from 2/1/2025 to 2/2/2025. Please plan your activities accordingly.
K L asked in #Formulas
If Opp Name contains the word "VIP", then how to enfore a user to enter the word "VIP" into another field?
1 answer
  1. May 12, 2015, 2:59 AM
    Hi Samantha,

    CONTAINS is a function in formula function which contains two parameter .One is the field API name and other is the search string .

    So please check with below formula it will help .

     

    AND(ISBLANK(VIP__c),CONTAINS(Name,'VIP'))

    Thanks 

    Manoj

     
0/9000