Creating a record in child table also creates entry in the parent table..please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 06:55 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 08:19 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 06:42 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 07:06 AM
Correct. Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 02:27 PM
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