Thanks!
13 respostas
Found a work around - had to create a WFR for each Region (since each region has their owne Credit Analysts). Just incase anyone needs the code it looks like this:
For North America:
AND(
ISPICKVAL(Status__c,"Open"),
ISBLANK(Credit_Approval_Date__c),
OR(
ISPICKVAL(Account__r.socpl__Billing_Country__c,"USA"),
ISPICKVAL(Account__r.socpl__Billing_Country__c,"Mexico")
)
)