- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 03:26 AM
Question on UI action -:
I have created a Delete UI action(form) custom on an specific table same as out of box Global UI action Delete.But the custom UI action is not working and it is not deleting the record.
We have used same script as global UI action script in custom UI action.
And I tried same thing on multiple service now instances but it is giving same error as attached on all instances.
Anyone can help me.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 07:26 AM
We are getting error due to script is able not access window object.
Resolution -: There is a check box called 'Isolate Script' on Ui action table, we need to mark it false in order to use the window object, london onwards.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 07:04 AM
Hi Shubham,
Can you share the detail what error it was and how it was resolved?
Regards
Ankur
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-23-2019 07:26 AM
We are getting error due to script is able not access window object.
Resolution -: There is a check box called 'Isolate Script' on Ui action table, we need to mark it false in order to use the window object, london onwards.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 07:09 AM
How was it resolved? Someone else might have the same problem and want to know the solution.