Redirect to a static page after submitting a catalog item request

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 03:03 AM
Hi,
I've a catalog item for 'Create Cloud Account'. By submitting this form a cloud account record will be created in cmdb_ci_aws_account table.
I wanted to add a static page with some information and Link to newly created Cloud Account name in that page after submitting the catalog form.
How to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 03:18 AM
you will have to use after insert BR on RITM and handle the redirection
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
04-18-2024 12:37 AM
How I can user after insert BR? How can I write the script for it?