Auto Numbers in assignment_id field on Catalog Item.

Prithvirajk
Tera Contributor

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

Screenshot 2025-06-17 130252.png I have created a filed with type string.

 

Use below line of code in a Default value. 

javascript: global.getNextObjNumberPadded();

Please mark my solution as helpful and accepted for future reference.

Thanks