https://xxx:xxxx@xxxxxx.service-now.com/evt_mgmt_proc.do where can i find its configuration/script in instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 09:45 PM
Hi,
using below end point , we are unable to receive any alerts . I know the below endpoint is deprecated but still I wanted to see the script/configuration done , where can i find it in my instance ?
https://xxx:xxxx@xxxxxx.service-now.com/evt_mgmt_proc.do
I tried searching with keword "evt_mgmt_proc" in Scripted REST API, UI Pages and i could not find anywhere . Kindly help
Thanks
JG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 08:45 AM
Hi,
Type in "sys_metadata.LIST" in Application Navigator search and hit Enter as shown below:
Search for the keyword as "evt_mgmt_proc" in the text filter itself as shown below. This will scan the instance and show you the result for this configuration it it is present in instance.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 01:18 PM
That's quite clever! TIL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 01:16 PM
Hey,
Normally, if you see a .do in the URL, it denotes either a UI Page or a Processor. For UI Pages, use the page name (without the .do) as a filter condition for Name field. For Processors, it's the Path field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 09:10 PM
Thanks to both of you . that helped me.