How can I disable Client Script on Workspace

shun6
Giga Sage

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,

1 ACCEPTED SOLUTION

michelle653
Tera Contributor

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". 

View solution in original post

2 REPLIES 2

michelle653
Tera Contributor

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". 

Animesh Das2
Mega Sage

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