- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:02 AM
Hi,
We have a reference field on incident form called Product Instance.
We need to make the Product instance appear in a custom related list.
I have created a relationship but i am not able to retrieve the Product instance from the incident.
I think i miss the logic here.
Applies to table : Incident
Queries from table : cmdb_ci_service_auto
Query with :
(function refineQuery(current, parent) {
// Add your code here, such as current.addQuery(field, value);
current.addQuery('u_application_service', parent.sys_id);
})(current, parent);
regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:06 AM
Nevermind, i was interverting query table and applies table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:06 AM
Nevermind, i was interverting query table and applies table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:07 AM
Hi,
Can you show a screenshot of the fields on incident and cmdb_ci_service_auto
What table is this field on? -> u_application_service