Hey guys,
Trying to update my validation rule with two operators: AND/OR. For now I only have 'AND'.
How would you guys update it?
Thanks a lot!
13 risposte
Haha shoot, copied the status as well but forgot to paste it :))
AND(OR(Customer_updated__c = FALSE ,ISPICKVAL(Detail_change_required__c,"")),RecordType.Name = "Customer details updates", ISPICKVAL(Status,"Closed"))