Manually adding a User and prevent AD sync to overwrite that user?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 08:46 AM
Is there way to configure the synchronization rules and attribute mapping so when user gets a manually created in ServiceNow, the AD synchronization doesn't override the user that was created in ServiceNow
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 08:56 PM
What about a business rule to cancel the update (cancel with setAbortAction) if the updater (AD user) and creator don't match?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2024 09:00 AM
I don't want to cancel the update. I just want it to ignore any users that was manually created within ServiceNow and not in AD