What is the url>uri for viewing either the DPM or SOW page for a Service offering by providing BSN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 02:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 05:24 AM
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
Good Luck!