Setting auto number for tables which are extended from task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 11:52 PM
Hi All,
I have a custom table which has a different number field and it is extended to task table. when ever a ticket is created the number is auto generated but when I search using that number it doesnot get populated. The actual number is stored in task table how do I change this.
Thanks in advance.
Regards,
Shugufta.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 05:13 AM
Hello Naresh,
Can you please refer my post and try for number the both the tables.
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 07:47 AM
Hi Naresh,
When ever you extend your custom table to task table, you need to configure your number field variable instead of creating a new field. When you configure your variable it creates a dictionary override which means the display value would be different but backend value would be the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 07:58 AM
can you elaborate, with an example. if you dont mind.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 08:07 AM
The below field is my custom table number field display value which is extended to task table. So initially after the table is created I put the number value of task table on my custom table after that I right clicked(shown as below) on the number value and clicked on configure label changing just the label and click on insert instead of update or save.