- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:03 AM
Hi all,
I have a use case in a record producer form
- there is a requested for field which references the user table
- there is an asset details field which references alm_hardware table
My need is that based on requested for, the asset details variable should only display the assets assigned to the selected user. can someone help me with this.
Advanced ref qualifier for the variable :
javascript: new getGroupMember().assignedAssets(caller_id);
SI:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:24 AM
javascript: 'assigned_to='+current.variables.caller_id
Just add this to the reference qualifier of your asset details
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 12:24 AM
javascript: 'assigned_to='+current.variables.caller_id
Just add this to the reference qualifier of your asset details
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 02:05 AM