Skip to main content
9 respuestas
  1. 12 sept 2017, 19:17

    Then you would do a CASE like this = 

    AND(

    CASE(

    StageName,

    "3. Proposal Development", 1,

    "4. Validating", 1,

    "5. Securing", 1,

    0

    ) = 1,

    TEXT(Type) = "New Business",

    ISBLANK(TEXT(Product__c))

    )

0/9000