Workflow Rule Condition: assign lead owner by geography (state) and industry
I need to adjust existing workflows to assign owners to leads based on State and Industry. Our workflows currently assign owners based on state only but I need to add Industry as a new condition. So far I've been unsuccessful.
Current condition is: FieldValue('<StateProvince>') ='OK' OR FieldValue('<StateProvince>') = 'AR' OR FieldValue('<StateProvince>') ='TX' OR FieldValue('<StateProvince>') = 'LA'
Would like to add something to include: AND FieldValue('<Industry>') <> 'Law Enforcement'
Current condition is: FieldValue('<StateProvince>') ='OK' OR FieldValue('<StateProvince>') = 'AR' OR FieldValue('<StateProvince>') ='TX' OR FieldValue('<StateProvince>') = 'LA'
Would like to add something to include: AND FieldValue('<Industry>') <> 'Law Enforcement'
0