Need to get autotask or notification or whenever a Service Owner CMDB gets off-boarded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 09:05 PM
Hi Team,
We have a field called Service Owner in CMDB. Whenever, the Service Owner's account gets disabled we have to get a task or notification automatically.
Do we have any feasibilities to do this?
Regards,
Sofiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 09:20 PM
Hi @Sofiya Perumal ,
You can do the following to achieve this.
- Create Async BR on user table and trigger once user marked as in-active.
- In BR GlideRecord on table on which you have created field and find out the records while passing the sysid of user like gr.addQuery('u_service_owner', current.sys_id);
- If you find a record then trigger the notification.
- Create event based notification.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------