Create Related List on the Issue Triage form to related issues created from response to issue triage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 11:01 AM
I am trying to create a related list for the issue triage table
Applies to: Issue Triage
Queries from: sn_grc_issue table
current.addQuery('sys_id, confirmed_issue.sys_id);
I have an onload alert client script that is getting the confirmed_issue sys_id and when I go to sn_grc_issue and filter on that sys_id I find the related record.
However My related list is returning all issue records and not just the one that is related.
I have also tried using just the reference field name sine it does return the sysId as well
current.addQuery('sys_id, confirmed_issue);
Neither are working - I still get 14k + records.
the only thing I see is that there is an advanced refQual on the confirmed_isssue filed, but I would niot think that would prevent the related list from working.
Any ideas?