- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 12:52 AM
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
Solved! Go to Solution.
- Labels:
-
Healthscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 01:45 AM
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.
https://your_instance_name.service-now.com/sys_script_include_list.do?sysparm_query=scriptLIKEPackages.java.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 01:45 AM
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.
https://your_instance_name.service-now.com/sys_script_include_list.do?sysparm_query=scriptLIKEPackages.java.
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 02:17 AM
Hi,
Please try below method and search for 'package' keyword in all applications or look for particular package name.
Thanks
Anil Lande