Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 04:57 AM
I am trying to build this URL in a email script.
https://myinstance.com/now/sow/record/sc_req_item/b55508be974ebd10680c3bafe153af6c/params/extra-params/subTabIndex%2F1/selected-tab-index/1/sub/record/sysapproval_approver/c65548be974ebd10680c3bafe153af12
This is for approval. Can someone help me with this?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:09 AM
Managed to build the URL and it is as follows.
var approvalRecUrl = '/' +'now/sow/record/sc_req_item/' + current.sysapproval.sys_id + '/params/extra-params/subTabIndex%2F1/selected-tab-index/1/sub/record/sysapproval_approver/' + current.sys_id;
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:09 AM
Managed to build the URL and it is as follows.
var approvalRecUrl = '/' +'now/sow/record/sc_req_item/' + current.sysapproval.sys_id + '/params/extra-params/subTabIndex%2F1/selected-tab-index/1/sub/record/sysapproval_approver/' + current.sys_id;