- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 12:28 PM
Hi all,
I’ve received a new requirement and would appreciate your guidance.
The task is to create a new catalog form in ServiceNow . The form should follow this workflow:
When a user submits the form, it should trigger an approval process.
After the request is approved, three specific fields from the form should be automatically populated into corresponding fields in Active Directory.
Has anyone implemented something similar? Any suggestions on best practices or potential pitfalls would be greatly appreciated.
Thanks in advance!
requirement:
In my org we are updating sys_user table from AD(sync every one hour) for example , i want update my first name and mobile number in servicenow sys_user table , for this i have to submit catalog form(one need to create) once i submit the form for this two fields it goes to my manger approval ionce he approved then automatically should update in the AD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 04:07 AM - edited 08-13-2025 04:08 AM
Hello @Ashok_Bandla
The recommended approach involves using a ServiceNow Catalog Item for the user front-end, a ServiceNow Workflow or Flow Designer Flow for the logic and approval, and the Integration Hub with the Active Directory Spoke for the final update to AD.
Below is flowchart you can use for your flow to setup:
If you are stuck in between do share with us we will guide you, but first give try.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 04:07 AM - edited 08-13-2025 04:08 AM
Hello @Ashok_Bandla
The recommended approach involves using a ServiceNow Catalog Item for the user front-end, a ServiceNow Workflow or Flow Designer Flow for the logic and approval, and the Integration Hub with the Active Directory Spoke for the final update to AD.
Below is flowchart you can use for your flow to setup:
If you are stuck in between do share with us we will guide you, but first give try.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
@Viraj Hudlikar , Thanks for the update I just got an update from my manager regarding the spoke Microsoft Active Directory v2 Spoke, we are installed the spoke can you please guide how to use the spoke how to call the spoke , where can i call the spoke
