How can I keep Child table records from showing in Parent table list view?

Steve Hiltibida
Kilo Contributor

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?

1 ACCEPTED SOLUTION

Abhishek77
ServiceNow Employee
ServiceNow Employee

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.

find_real_file.png

 

Please mark the response as Helpful/Correct, if applicable. Thanks!

View solution in original post

2 REPLIES 2

Abhishek77
ServiceNow Employee
ServiceNow Employee

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.

find_real_file.png

 

Please mark the response as Helpful/Correct, if applicable. Thanks!

Steve Hiltibida
Kilo Contributor

Worked perfectly! Thank you Abhishek.