Creating a record in child table also creates entry in the parent table..please help

camran
Kilo Expert

Hi,

I have a custom table "Father", and a child table "Child". When I enter data in the child table. An entry is created in the parent table as well.

Please guide how to create records in the Child table without interrupting parent table.

See below, entries in Father table, though I created records in Child table.

find_real_file.pngfind_real_file.png

find_real_file.png

8 REPLIES 8

You only need to extend one table (Person).



Table: Person


Extends: None



Table: Father


Extends: Person



Table: Child


Extends: Person



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

Has this solved your issue?



Please mark as correct to help others in future



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

Correct. Thanks


Has this fixed your issue?



Please mark as correct to close this thread



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022