i am trying to create a table but in the fields opton not getting to enter field name type box

ramvenkata3
Mega Contributor

Screenshot (200).png

1 ACCEPTED SOLUTION

GlideFather
Tera Patron

Hi @ramvenkata3,

 

I believe it's because you are at the Dictionary entry [sys_dictionary] table, that's for each of the fields on existing tables. 

 

But to create a table from the [sys_db_object] table:

https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_db_object.do

 

Or eventually you can create a table in the Studio as well...

 

Let me know if you got it

_____
No AI was used in the writing of this post. Pure #GlideFather only

View solution in original post

3 REPLIES 3

GlideFather
Tera Patron

Hi @ramvenkata3,

 

I believe it's because you are at the Dictionary entry [sys_dictionary] table, that's for each of the fields on existing tables. 

 

But to create a table from the [sys_db_object] table:

https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_db_object.do

 

Or eventually you can create a table in the Studio as well...

 

Let me know if you got it

_____
No AI was used in the writing of this post. Pure #GlideFather only

Hemanth M1
Giga Sage

Hi @ramvenkata3,

 

You are on the wrong table. There are different ways to create a table. One good old way is to head to the navigation below and click New (make sure your on the correct scope)

 

HemanthM1_0-1766683484809.png

Once done with a table name, table, menus etc.. use any of the below options to add fields

HemanthM1_1-1766683740340.png

 

Hope this helps!

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

ramvenkata3
Mega Contributor

Both of you Thanq so much.