https://xxx:xxxx@xxxxxx.service-now.com/evt_mgmt_proc.do where can i find its configuration/script in instance

JG15
Kilo Contributor

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

 

5 REPLIES 5

shloke04
Kilo Patron

Hi,

Type in "sys_metadata.LIST" in Application Navigator search and hit Enter as shown below:

find_real_file.png

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.

find_real_file.png

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

n21lv1
Tera Contributor

That's quite clever! TIL

n21lv1
Tera Contributor

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.

JG15
Kilo Contributor

Thanks to both of you . that helped me.