- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 01:47 AM
Hii All, Can you please help me to build this functionality.
I have build 1 catalog item & People are raising request via 3rd party application.
Now, i have a requirement that if the URL has Example1 then the Drop down value should be auto selected to Example1 & if the URL has Example2 then the drop down value should be auto selected to Example2 and so on...
[ Example1,Example2,Example3 ] is drop down value
Drop Down has 3 Application and there are 3 different application,
https://xxx.service-now.com/sc_req_item.do?ys_id=daXXXX8&sysValue="Example1"
https://xxx.service-now.com/sc_req_item.do?ys_id=daXXXX8&sysValue="Example2"
https://xxx.service-now.com/sc_req_item.do?ys_id=daXXXX8&sysValue="Example3"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:49 AM
URLs mentioned in the question are misleading.
Can you try the solution mentioned in this thread. https://www.servicenow.com/community/developer-forum/how-do-you-read-url-from-catalog-client-script/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 01:50 AM
sysValue="Example1"
replace sysValue with field backend name, the field will get autopopulated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:18 AM
This did not work, Can you please suggest here
https://SNOW.com/now/nav/ui/classic/params/target/com.glideapp.servicecatalog_cat_item_view.do%3Fv%3...v_application_name%3DCASE
v_application_name = CASE [ Field should be auto populated to CASE ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:49 AM
URLs mentioned in the question are misleading.
Can you try the solution mentioned in this thread. https://www.servicenow.com/community/developer-forum/how-do-you-read-url-from-catalog-client-script/...