
Good day,
When I first set-up locations in the warehouse the system automatically assigns a 2 or 3 character check digit. If I highlight a location and click on "Generate Check Digit" I get a new 7 character result. Is there a way to restrict the length of check digits? Duplicates are certainly fine.
Thx
Sheldon
*This post is locked for comments
I have the same question (0)Hey Sheldon,
This line of code does check digit generation when you click button on the form:
// Generate a random check digit. checkText = int2str(random.randomInt(#MacroLib.whsCheckDigitMin, #MacroLib.whsCheckDigitMax));
As you can see there are 2 macro that you can change to achieve your requirement and no setup that could be done from UI.