Create new field in task table

snowuser111
Kilo Guru

HI,

I want to create new fields in task table. Reason is so that i can use in all other tables which is extending since almost all tables extends from task.

But how do I create any new field in task.I went to tables & columns, task->edit table->inser new row but it seems it takes pretty long time and gets cancelled .

Any idea how can I get this done please.

Thanks

8 REPLIES 8

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Snowuser,



Go to the table "task.do" from the navigation filter->Then on the header->Right click->Personalize->Form layout->Now create the new fields and save the form.


Its running and running ...already 980 s over



Now its more than 2500 s


Hi Snowuser,


have you tries to create them from the sys_dictionary?


System Dictionary - ServiceNow Wiki



Please keep in mind that if your task table is very big, it may need to run a long time. In particular if the database is being modified, you may find that the field is created and you may need to refresh the view once the backend operation has finished to actually see the new field.



What version are you using? The task table was flattened in Dublin and this means that there is a lot of data too.



Kind regards,


Alexandra


Thanks Pradeep,



For me it is working, and able to successfully added a new field in task table.