Question
Create Unique ID
Hi
We are generating unique id with @(Pega-RULES:Default).CreateUniqueID() -using milliseconds. The same pyid is getting generated in processing files through listener and leads to errors.
Can anyone please suggest other method that can be give unique ids in milliseconds as well?
***Edited by Moderator Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Try to have a look at the OOTB activity Work-.GenerateID and customise it to your need. This should sort your issue.