HDL Assignment Number Handling
Summary
HDL Assignment Number HandlingContent
Hi
we have person number generation setup to automatic upon final save. When we create a new hire , as per the sequence the employee number is 10000, then the assignment number is E10000
I have data coming in from a source system where the unique identifier or employee number is 4000.
When I convert this data the employee number is 10001 but the assignment number is E4100. I am creating HDL files and giving assignment number in the Assignment File as E||UniqueId.
I would like to know if there is a way i can make/force HDL to set assignment number as same as the employee number appended with E.
3