Question
Anthem Inc
US
Last activity: 16 Oct 2018 5:54 EDT
Set Unique ID for data table
HI,
I have a requirement to generate unique identifier for each row. I'm populating other data of the row from an activity, which in-turn calls list view to fetch results from external table. I cannot use the @(Pega-RULES:Default).CreateUniqueID() function as it generates a 10 digit identifier. Is there any OOTB function to achieve this
Example of Requirement:
Unique ID Name
1 John Pega
2 Sam
3 Niel
Thanks in Advance