Setting auto number for tables which are extended from task table

SNow35
Giga Guru

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.

13 REPLIES 13

Hi Karthik,  



I did the same thing but as my table is extended to task table the numbers are mismatched and they are not generated in sequence.


search global.JPG


give new table


search global 1.JPG


Then give your table


Hi Melvin,



My issue is not regarding global search. When I create a new record in my custom table a number is getting generated(cus001235) and as it is extended to task table the same record has two numbers(cus001234). How can I modify this so that it has the same number on both the tables.


bubuprasadswain
Tera Guru

Hi,


go to https://dev****.service-now.com/ts_group_list.do   in your instance and try to add a record for your custom table.



Please mark Correct/Helpful/Like.


Regards,


Bubuprasad


naresh1019
Mega Expert

1) My Question is ......



                  1) Let us say we have two tables Table A nadn Table B bothe extends to task table.


2) How can we have two different number series for the number field of the task table.



Example in Table A as A0001 and in Table B as B001, for the same number field.



Thanks