The Zurich release has arrived! Interested in new features and functionalities? Click here for more

What is the url>uri for viewing either the DPM or SOW page for a Service offering by providing BSN?

thunderfrog
Tera Contributor

The SYSID is not known to the humans but the BSN is viewable and can be added to remote URLs easily.   
There are examples of INC records but not BSN records and would like it to be in these higher function pages. 

1 REPLY 1

Carolyn Rast
Tera Guru

Hi!  I frequently use URL to export data.  Obviously, you are asking about VIEWING but I think this might help.  I think if you can export a record, you should be able to view it! 😉

 

You can export via URL/URI : 

https://$INSTANCEW/$TABLE.do?CSV&sysparm_default_export_fields=all

https://$INSTANCEW/cmdb_ci_win_server.do?EXCEL&sysparm_default_export_fields=name,host_name,fqdn,sys_id,owned_by,status

 

Using the same logic, the record you are looking for would look something like : 

https://$INSTANCEW/$TABLE.do?sys_id=$SYSID

https://$INSTANCEW/cmdb_ci_service.do?sys_id=$SYSID

 

https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/exporting...

 

Good Luck!