Description

The DateBaseUniqueIdGen Generator combines the current date (or an entered start date) with an index to create unique identifiers.


Parameters

The following parameters may be configured for the DateBaseUniqueIdGen Generator. Items with an asterisk* are required.   

  • format* - Defines how the date will be formatted. The date format should only return a valid Integer or Long.

  • suffix* - Defines a number that will be concatenated to the date generated number. The suffix will then be incremented by 1. 

  • startDate - Defines an optional starting date. 


Sample Output