Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/05/2024 06:13 AM
I have a requirement that triggers a user update rule only for internal transferred users.
- user who have cp14(org id) changed.
- user who have u.companyname not changed.
I tried to achieve this by advanced config but keep being failed and there is no options for NOT UPDATED.
Please advise.
Solved! Go to Solution.
08/05/2024 06:34 AM
Hi @hokim90 try this
##a.value isupdated##
08/05/2024 06:34 AM
Self resolved. Put 'not' keyword right before (##a.companyname isupdated##)
- ex. a.statuskey = 1 and (##a.customproperty34 isupdated##) and not (##a.companyname isupdated##)