Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Table Names for Reference Attributes

tekkytommy
Tera Contributor

Hi All--

My team asked me to provide---the table names for reference attributes from cmdb_ci_server table?

Is this possible? My understanding of fields/attributes/reference is completely different.

Best,

Tommy

1 ACCEPTED SOLUTION

Hajar BENJAHHAR
Mega Sage

Hello, 

Go to System Definition => Tables&columns 

Search for the table [cmdb_ci_server], when you find the table, click on "Schema map".

When you click on this button, you ara directed to a new tab when you wan find all the tables that are referencing or referenced by the table : 

find_real_file.png

 

View solution in original post

4 REPLIES 4

Hajar BENJAHHAR
Mega Sage

Hello, 

Go to System Definition => Tables&columns 

Search for the table [cmdb_ci_server], when you find the table, click on "Schema map".

When you click on this button, you ara directed to a new tab when you wan find all the tables that are referencing or referenced by the table : 

find_real_file.png

 

Hi,

I understand table references. However, the questions was "table reference attributes."Is the question worded incorrectly? Because to me, attributes are completely different.

 

Hello,

Sorry I don't have any idea about table reference attributes . I hope if someone could clarify this point.

saini
Tera Expert

I thing  your team wants the table name of all the reference field on the cmdb_ci_server table. Like when we go on incident table form then we have caller_id as one reference field now the table for this field is sys_user, in a similar way there are tables for other reference field on the form.

I am not totally sure if this is what they ask for, this is my guess.

 

Thanks