how can i a field is inherited from parent table ?

xiancao xiong
Kilo Contributor

find_real_file.png

 

find_real_file.png

 

the filed is_inherited belongs to which table?

1 REPLY 1

Marc Mouries
ServiceNow Employee
ServiceNow Employee

@xiancao xiong 

 

To find a particular field:

  1. Go to the Dictionary table ( shortcut type "sys_dictionary.list") which lists all the fields in your instance
  2. Then search for column name starts with is_in
  3. As you can see below my instance contains a field "is_inheritable" but does not contain a field "is_inherited". Your instance will show you different results based on the applications installed and the configuration performed.

Hit the 👍 Helpful link ↓ if this answer brings you closer to achieving your goal

find_real_file.png