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.

Data type Table name

sandeepgujj
Tera Contributor

Data type Table name - i need a table name, that helps me to create / edit datatypes 

 

1 ACCEPTED SOLUTION

Omender Singh
Tera Guru

Hi @sandeepgujj 

To manage or understand data types in ServiceNow:

  • Use sys_dictionary to view field definitions and their associated data types.

  • Refer to sys_glide_object to see the actual data type definitions.

  • Consult sys_db_object for overarching table metadata.

 

 

View solution in original post

3 REPLIES 3

GopikaP
Mega Sage

Hi @sandeepgujj ,  can you explain a little bit more in detail? 

Omender Singh
Tera Guru

Hi @sandeepgujj 

To manage or understand data types in ServiceNow:

  • Use sys_dictionary to view field definitions and their associated data types.

  • Refer to sys_glide_object to see the actual data type definitions.

  • Consult sys_db_object for overarching table metadata.

 

 

@Omender Singh 

if i want to edit a properties of the field then, how can i do that - now i am opening a datatype it is showing the form in readonly