Question
3
Replies
537
Views
Posted: February 18, 2018
Last activity: September 3, 2018
Closed
Solved
Generate work object suffix from 100000 instead of 1
Hi All,
Could we reset the work object ID suffix to 100000 instead of 1 using OOTB approach (Similar to Prefix) ?
Any suggestions ?
You can update PC_DATA_UNIQUEID with some new prefix value, and update pylastreservedid. On request generation, you can call GenerateID to get your next suffix ID.
Ex. your main prefix is WRK-. Your suffix will be WRKSFX-. Pega by default will call GenerateID on the prefix, and will generate something like WRK-123. You will need to call GenerateID on the suffix name before the prefix name, and pass both for the workpage creation.