- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2014 05:56 AM
I have setup auto generation of Record Numbers using the getNextObjNumberPadded() function.
But i have observed that the system is skipping a number while creating a new one. Suppose the last one was PQR0016 then the next one is coming as PQR0018.
Also, when approvals are generated for PQR0014, then in the Approval form for the Approval For field, PQR0017 is being shown. When clicked on the PQR0017, the system is redirecting me to PQR0018. Why is that and how can this be resolved?
Thanks,
Subhajit
Solved! Go to Solution.
- Labels:
-
Ask the Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2014 10:20 PM
Found the Reason:-
Actually i had made a custom u_number column on my Custom table and had set getNextObjNumberPadded() on it. This table is extending the Task table, hence the above function was getting called Twice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2014 02:05 PM
Hi Subhajit,
Is there a way we can remove the dependency and avoid skipping numbers?
Thanks,
Venkatraman.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2015 02:46 PM
Thanks for this.