- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2024 10:03 PM - edited ‎11-25-2024 10:07 PM
Hi all,
I want to disable Client Script on workspace and Iwant to know which table stores the Client Script record?
For example, UI Action record on workspace is stored "Declarative actions (UX form actions)" table not "UI Action" table.
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2024 10:21 PM
Hello!
To disable Client Script on a workspace in ServiceNow, you'll need to identify the correct table where the Client Script record is stored. Typically, Client Scripts are stored in the "Client Script" table itself. However, depending on the specific configuration, they might also be associated with other tables like "UI Action" or "Application Dictionary".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2024 10:21 PM
Hello!
To disable Client Script on a workspace in ServiceNow, you'll need to identify the correct table where the Client Script record is stored. Typically, Client Scripts are stored in the "Client Script" table itself. However, depending on the specific configuration, they might also be associated with other tables like "UI Action" or "Application Dictionary".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2024 12:16 AM
Hi @shun6 ,
Client script for workspace written using UI builder is stored in 'sys_ux_client_script' table.
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das