AND(
$User.ProfileId <> "00e30000000cfab",
NOT(ISCHANGED( Primary_Quote__c )),
OR(
NOT(ISBLANK( Primary_Quote__c )),
ISPICKVAL( ForecastCategoryName, "Closed" )),
AND(
OR(
ISCHANGED( FIeld1__c ),
ISCHANGED( Field2__c ))
)
)
Thank you soooo much for your help!
13 answers
Give this a shot OR(
ISBLANK( Primary_Quote__c ),
OR(
ISPICKVAL( ForecastCategoryName, "Closed" ),
BigMachines__Line_Items__c <> 0
),
AND(
$User.ProfileId <> "00e30000000cfab",
$User.ProfileId <> "00e60000000rWou",
NOT(ISCHANGED( Primary_Quote__c )),
OR(
ISCHANGED( Field1__c ),
ISCHANGED( Field2__c )
)
)
)