How to push SysIDs in reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 10:33 PM
Hi Everyone
I have an arrays of sysids in client script and i want to push those sysids in a reference field in that client script. How can i push. Please help..thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 09:42 PM
Hi @Maddysunil ,
If my response helps you to resolve the issue close the question by Accepting solution and hit thumb icon. From Correct answers others will get benefited in future.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 12:21 AM
Hi @Maddysunil ,
This is open from the long time. Have you tried my response ?
Solutions are provided please see the solutions and try.
Reply if you need any help.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 03:22 AM
Hi Maddy,
You try to push the values in reference field using reference qualifier.
javascript:"sys_id!=" + current.variables.<catalog item variable name>;
ServiceNow Developer