WillVitale
8 days agoContributor
How to Exclude Entities from Confirmation Rule
Hello,
I'm somewhat new to writing code for confirmation rules. I'm trying to create a confirmation that is only for 1 entity and we'd like it in our general rule groups for confirmation rules and not have to create it's own rule profile.
Basically we need to the rule to be If WFProfile Entity <> 02140 return True, if not then (enter rule I already created).
I couldn't find anything in the documentation about making it entity specific and excluding other entities.
Thanks,
Will
Hi Will,
Can you try using the below example and adapt it for your needs? You should be able to run the confirmation rule only for 02140 and all others should return True:
Thanks,
Ioana