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
‎05-17-2017 12:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 12:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 12:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 05:06 AM
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