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

ramvenkata3
Tera 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

---
Where the rules are real, you'll find me

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

---
Where the rules are real, you'll find me

Not applicable

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!

ramvenkata3
Tera Contributor

Both of you Thanq so much.