- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:12 PM
Say we have a table 'X' and table 'Y' is a related list for this table.
Then if table 'Y' has a UI action button say 'New', we have two parameters available for it "current" and "parent". What does current and parent refer to?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:17 PM - edited 03-19-2024 11:18 PM
Hi @Harshit Sharma1 that is how relation ship is created between parent and child tables
here table Y is a child table and current refers to the table record mentioned on UI action table where this UI action will be visible
parent refers to table x that is parent.sys_id will give you table x record.
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:17 PM - edited 03-19-2024 11:18 PM
Hi @Harshit Sharma1 that is how relation ship is created between parent and child tables
here table Y is a child table and current refers to the table record mentioned on UI action table where this UI action will be visible
parent refers to table x that is parent.sys_id will give you table x record.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:38 PM
Thanks @Harish KM