Auto Numbers in assignment_id field on Catalog Item.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 12:33 AM
Auto Numbers in assignment_id field on Catalog Item.
I have a requirement on Catalog Item, There is assignment_id field on catalog, I want to auto populate Serial number on that field like INC0001, whenever user opens this catalog item on portal.
Anyone knows any way how to do this with catalog item field ?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 01:55 AM
I have created a filed with type string.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 05:28 AM
Use below line of code in a Default value.
javascript: global.getNextObjNumberPadded();
Please mark my solution as helpful and accepted for future reference.
Thanks