how to find all script which directly call Java packages

Talari Balateja
Tera Expert

Hi Developers,

 

I stuck in finding all script which directly call Java packages.

Can you please help me to find the script

Thanks in advance

 

Regards,

Teja

1 ACCEPTED SOLUTION

Ratnakar7
Mega Sage
Mega Sage

Hi @Talari Balateja ,

 

You can navigate to sys_script & sys_script_include table and search for script contains *Package.java. Like below:

 

https://your_instance_name.service-now.com/sys_script_list.do?sysparm_query=scriptLIKEPackages.java.

 

Ratnakar7_0-1683621829514.png

 

 

https://your_instance_name.service-now.com/sys_script_include_list.do?sysparm_query=scriptLIKEPackages.java.

 

Ratnakar7_1-1683621886872.png

 

If my response was helpful in resolving the issue, please consider accepting it as a solution by clicking on the Accept solution button and giving it a thumbs up 👍. This will benefit others who may have a similar question in the future.

 

Thank you!

Ratnakar

 

View solution in original post

2 REPLIES 2

Ratnakar7
Mega Sage
Mega Sage

Hi @Talari Balateja ,

 

You can navigate to sys_script & sys_script_include table and search for script contains *Package.java. Like below:

 

https://your_instance_name.service-now.com/sys_script_list.do?sysparm_query=scriptLIKEPackages.java.

 

Ratnakar7_0-1683621829514.png

 

 

https://your_instance_name.service-now.com/sys_script_include_list.do?sysparm_query=scriptLIKEPackages.java.

 

Ratnakar7_1-1683621886872.png

 

If my response was helpful in resolving the issue, please consider accepting it as a solution by clicking on the Accept solution button and giving it a thumbs up 👍. This will benefit others who may have a similar question in the future.

 

Thank you!

Ratnakar

 

Anil Lande
Kilo Patron

Hi,

Please try below method and search for 'package' keyword in all applications or look for particular package name.

https://www.servicenow.com/community/developer-blog/using-code-search-to-make-developing-on-the-plat...

 

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande