
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 08:18 AM
I am doing a relationship related list and want to exclude the current incident I'm on. How would I go about doing this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 08:58 AM
Hi Mitch,
Plese refer below line of code for referrence
gr.addQuery('sys_id', '!=', parent.sys_id);
-Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 08:58 AM
Hi Mitch,
Plese refer below line of code for referrence
gr.addQuery('sys_id', '!=', parent.sys_id);
-Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 10:20 AM
That didn't seem to work for me.