Create new field in task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 11:35 PM
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
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 11:41 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2015 03:15 AM
Its running and running ...already 980 s over
Now its more than 2500 s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2015 08:24 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 07:18 AM
Thanks Pradeep,
For me it is working, and able to successfully added a new field in task table.