- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2021 11:37 AM
I have a scoped application with a Parent table (x_ween_gen_rm_tca_device) and a Child table (x_ween_gen_rm_tca_setup_task) that extends that Parent table. In the Default list view of the Parent table, the records from the Child table are also listed.
The Child table has its own Default list view that displays only the Child table's records.
Is there a way to limit the records that display in the Parent's list view, so that records from the Child table do not appear in the Parent's list view?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2021 11:41 AM
Go to the module and add a filter for class 'x_ween_gen_rm_tca_device' as shown below example in the case of cmn_location table. In that way, whenever you open the parent table module you will only see the parent records in the parent table.
Please mark the response as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2021 11:41 AM
Go to the module and add a filter for class 'x_ween_gen_rm_tca_device' as shown below example in the case of cmn_location table. In that way, whenever you open the parent table module you will only see the parent records in the parent table.
Please mark the response as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2021 12:15 PM
Worked perfectly! Thank you Abhishek.