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
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156