Change requests related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 11:38 AM
Hello Community,
I want to add change requests related list to release record form, How can I do this ?
Thanks in advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 01:10 PM
Hi @deepu805 ,
Go to Relationships under system definition -> create new
and configure the new record as below,
Here current belongs to Queries from Table , so in change table there should be reference record which is capturing release record number (reference field)
Parent is release table record so we have to query something like below
current.addQuery('u_release_record.number', parent.number);
So Related list will be created for 'Applies to table' which is release.
once created go to release table and bring the related list from configure ->related list from left side to right side of slush bucket and save it
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang