Question
Is it possible to change batch names automatically?
Answer
The batch name change can be automatized in the workflow properties of a batch type. To do so, please follow this guide:
- Go to the properties of the batch type > Workflow tab:
- Create a script stage and position it right after Scanning by using the Move Up and Move Down buttons:
- In the properties of the script stage, make sure that the Batch processing is selected:
- Click on Edit script and create a script for renaming the batch. This is the sample from the screenshot above:
Batch.Name="Test_Renaming"+Batch.Id.ToString();
Comments
0 comments
Please sign in to leave a comment.