You need to sign in to do that
Don't have an account?

Workflow and Address data type field
When I use the below rule:
AND(ISCHANGED( BillingStreet ),
ISPICKVAL( ACH_Service_Status__c ,"Active"))
it gives me the error:
Error:
Function ISCHANGED may not be used in this type of formula
What I think I’m finding (and I’ve looked around a lot) is
that you cannot create a workflow rule on an Address data type. Is that true?

I would like to know this too!