- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 07:01 PM
Hi all,
i hope everyone is ok at their end.
i have a catalogue item where users select a CI and the environment.
What i would like to achieve is to display a popup when a specific combination of CI and environment are selected.
i created a UI Policy to show the message which includes the link. However, the link is not generated dynamically, so when i move the update set to UAT or prod i include the right sys_id for the link.
current code is:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 07:42 PM
don't use instance name, the instance name will change in UAT and prod.
Instead use relative url i.e. use '/sp?id=sc_cat_item&sys_id=9754fbdadb9ab51064dfb1a5f39619e4
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 07:42 PM
don't use instance name, the instance name will change in UAT and prod.
Instead use relative url i.e. use '/sp?id=sc_cat_item&sys_id=9754fbdadb9ab51064dfb1a5f39619e4
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader