Question
2
Replies
143
Views
Posted: December 8, 2019
Last activity: December 8, 2019
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
How to generate a sequence number ???
Hi @RENUGAB8 ,
Thank you for posting your query here.
If you would need to create sequence numbers like 0000,0001,0002,.... we can refer the activity Work- GenerateID to build our code.
Hope this helps.
Regards,
Priyabharathi
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
Hi,
Presumably this is to generate a unique number for a ID. If so then there is a pzGenerateUniqueID OOTB function you can use to achieve this. Please see below.
@Utilities.pzGenerateUniqueID(tools,"Prefix")
Regards,