Redirect to a static page after submitting a catalog item request

Bijay Kumar Sha
Giga Guru

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?

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Bijay Kumar Sha 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

How I can user after insert BR? How can I write the script for it?