I have a user that I need to exclude from the IPS sync to IAS. Can anyone help point me in the direction on how to do this using source transformations? I have a user which is continually set to inactive, even though they are not inactive. SAP recommended that I purge the user out of SF and rehire them, which really isn't an option. How do I prevent IPS from reading this user when running the IAS sync? I should say that I was hoping for a solution that allowed me to add users to a SF group to be excluded, so that I didn't need to udpate the transformations each time this happens
Request clarification before answering.
Hello my friend,
I use this condition in the Source System:
{
"user": {
"condition": "$.userName != '647' && $.userName != '25' && $.userName != 'ConsultoriaTI' && $.userName != '24' && $.userName != 'bpadmin' && $.userName != '4042874' && $.userName != '4040944' ",
I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ssdelgadoo@StephenBurns- I've tried using the code you have given however i get the transformation error.
Should the username be in the brackets? or not.
{
"user": {"condition": "($.userName != 'RECSUPPORTOFFICER') && ($.userName != 'COEREWARD') && ($.userName != 'HR_User_AAB_SG') && ($.userName != 'ALIT_ACLAHRADMIN') && ($.userName != 'T2G_ADMIN') && ($.userName != 'tpurgeadmin') && ($.userName != 'ADMINUSERUKG') && ($.userName != 'HR_User_HK') && ($.userName != 'HR_User_SG') && ($.userName != 'USEROVR') && ($.userName != 'TASser')",
},
Invalid Transformation Error - Expected double-quoted property name in JSON at line 1
Is this code right? Should we update the Source or the Target System?
Regards,
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.