- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:51 PM
Hello, It's Kentaro.
We are creating a form with Record Producer.
There are two columns below.
[1] Reference column of sys_user
[2] Reference column of alm_hardware
I want to display assets in [2] only for assets that are registered as Assigned to by the user selected in [1].
If you know how to implement from Reference qualifier, please let me know.
Thanks,
Kentaro.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:58 PM - edited 09-26-2023 07:03 PM
You can write a reference qualifier like below.
javascript:"assigned_to=" + current.variables.your_first_variable_name;
See the attachment as colon(:) get formatted to colon&
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:48 PM - edited 09-26-2023 06:50 PM
Hi,
There is an OOB record producer "Reclaim Asset" that is doing that already, please check it or check the attached screenshot of how asset variable needs to be configured.
Regards,
Ziad
Please mark my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 06:58 PM - edited 09-26-2023 07:03 PM
You can write a reference qualifier like below.
javascript:"assigned_to=" + current.variables.your_first_variable_name;
See the attachment as colon(:) get formatted to colon&
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 09:57 PM
Thank you!!!!!!!!