- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 12:52 PM
Script include
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 12:16 PM
@anshul_goyal @RAMANA MURTHY G
Update on this found the solution.
Script Include:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 11:14 PM
Hello @Ram050670,
I guess you made some mistakes in the reference qualifier as well as the script include.
Are you trying to pass any argument through a reference qualifier and get it in the script include? If not then,
Reference Qualifier: javascript: new catalogClientUtil().getGroupDetails();
Script Include:
I hope this will help you solve your problem. Please mark it as Accepted and Helpful.
Thanks and Regards,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:46 AM
Hi @anshul_goyal,
i am trying to get the value from script include, so that it will show the users list in lookup select box.
tried your script but its not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 12:16 PM
@anshul_goyal @RAMANA MURTHY G
Update on this found the solution.
Script Include:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 11:41 PM
Hello @Ram050670 ,
you should write return statement as
return "sys_idIN"+ids;
because the script include returns value to the reference qualifier, so that it should be a filter condition
Please mark my answer correct & helpful, if it helps you
Thank you
Thank you
G Ramana Murthy
ServiceNow Developer