PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

How to set a condition to get only internal transfer in User Update Rule

hokim90
New Contributor III
New Contributor III

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.

2 REPLIES 2

NM
Honored Contributor
Honored Contributor

Hi @hokim90 try this

##a.value isupdated##

hokim90
New Contributor III
New Contributor III

Self resolved. Put 'not' keyword right before (##a.companyname isupdated##)

- ex. a.statuskey = 1 and (##a.customproperty34 isupdated##) and not (##a.companyname isupdated##)