- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 08:50 AM
can we create related list for same table ?
like incident table having incident table related lists?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 08:56 AM
Hi,
Yes, we can create a related list for same table,
Example: Add incidents by same caller related list.
Please refer link:.Add incidents by same caller related list
Thanks,
Rohith.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 08:55 AM
Hi,
Probably this link would help Many to Many on same table?
Thanks,
Jaspal Singh
Hit Like or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 08:56 AM
Hi,
Yes, we can create a related list for same table,
Example: Add incidents by same caller related list.
Please refer link:.Add incidents by same caller related list
Thanks,
Rohith.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 09:15 AM
Hi
yes you can.
you can just try with steps below.
System Definition >> Relationship >> create a new relationship
Eg: i want to show the number of incidents that has been assigned for particular group.
so i just selected
Applies to table: incident
Queries from table: incident // you can set the table as per your requirement . i just used incident on both
In Query with box mention the script below.
current.addQuery('assignment_group',parent.assignment_group);
now create a new incident and go to the configure> Related list and search your relationship name there and get it from available to the selected slush bucket.
now save it and create new incident and put some assignment group there and save it. then you will see the list of incident with same assignment group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 06:47 PM
thanks harsha its very clear and helpful