2024 Mar 18 8:30 PM - edited 2024 Mar 18 8:33 PM
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.
Hi
I think you can simply do the filter directly using the sf.user.filter property in the source system (SF).
The names of the attributes are different depending on the api version, so you should check the property sf.api.version.
If you are using v2 check this note https://me.sap.com/notes/0003464278
The default value once you've done your initial sych us usually set to "active eq true" so only active users in SF are synched. Not sure if you have a specific reason to synch based on other attributes...you can add to your filter something like ...and userName ne "xxxx". This is valid for v1, for v1 you should check the attribute names and operands in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
30 | |
22 | |
16 | |
8 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.