|
Purpose Check if a string is a valid GLN A Global Location Number is a unique 13-digit numerical code designed to identify specific locations within a global supply chain. The last digit of a GLN is a check digit, calculated using a specific algorithm applied to the other 12 digits of the GLN. |
|
Solution We use a "process" function in order to encapsulate the algorithm for reuse in different scripts. GuiXT
Usage: GuiXT
|
|
Components: InputAssistant |