- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 02:10 AM
There is a Cancel button on record producer which appears if we select the "Can cancel" checkbox.
I want the user to be redirected to a certain link when the "Cancel" button has been clicked. So far I have been unable to find from where the code of the cancel button is coming.
Do help me out.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 03:34 AM
Yes, window.open with "_parent" option is redirecting to another page.
cancel_button.setAttribute("onclick","window.open('https://www.google.com','_parent');return false;");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 03:39 AM
Thanks. It is working now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 02:59 AM
Search For Macro.
Cancel buttons
you can get a idea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2024 06:58 AM
Would share how the cancel button appears on record producer. I'm experiencing issue on displaying after enabling the "Can cancel" on record producer.