How to differentiate between inherited fields and created in the same table.

Anupriya1
Kilo Expert

Hi All,

Can someone help me in identifying the fields created on a specific table and the fields inherited by that table from its parent table.

I am unable to find any specific column for the same.

 

Thanks in Advance!

1 ACCEPTED SOLUTION

Ashley Snyder1
Giga Guru

@Anupriya you mentioned your table was an extension of a cmdb table: cmdb_ci_computer.  Have you looked at the CI Class Manager to get this information? You should be able to click "Hierarchy" and find your table, from there navigate to the "Attributes" tab and you'll see selections for Derived and Added fields:

find_real_file.png

https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/product/configuration-management...

View solution in original post

27 REPLIES 27

Hi Mark,

Thanks for your reply!

By going to each field dictionary, we can get to know but if I need that in the list view.. As you have shown in the screenshot, in that list how I will came to know after applying the table name that which field is inherited and which is not.

The list I showed is simply through Incident list, hamburger, configure, dictionary:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Harsh Vardhan
Giga Patron

inherited field come from the "extends table" and custom field created on the table which you have. 

 

eg: incident table has extends table "Task"

so all the task columns came as inherited . 

 

so whatever column you will create  on incident table will be incident column but if you create the column on task table , that will be the inherited column and will be also visible on incident table. 

Hi Harshvardhan,

Are you talking about some field? If yes can you please tell me the name of that field from which it will be easily differentiated.

 

Thanks.

when you will open your table you will see the column "table" so it will show the field has been created on which table , either extends table name or main table name. eg:

 

i opened the incident table so you will see the difference. 

find_real_file.png