How to keep BatchID consistent?
Currently in our data model has a field called BatchID and the value was populated with script "Folder.Batch.ID" at Default Value Expression. However, When the batch was spawned to new process then the Batch got a new BatchID. At first we tried to use the batch name but the batch name can be duplicates.
Is there a way to keep track of the batch with unique identifier?
Thanks
Tagged:
0
Answers
Here is an example of what it should look like