...
Excerpt |
---|
The system comes with a few predefined common online validation options. |
The standard Online
...
Validation can be set up for Planned Functions steps without further customization, to validate:
- Lot Number
- Serial Number
- To Bin / From Bin
Use case
Tells the user whether an input value is correct.
- LotNumber (ValidateLotNumber)
- Verifies that the Lot no. exists.
- Verifies that the Lot no. exists.
- SerialNumber (SerialNumberInformation)
- Verifies that the Serial no. exists.
- Verifies that the Serial number is being assigned only once, if not, it will return an error message with the item number that is associated with the Serial Number the user is trying to input.
- To Bin /From-Bin (ValidateBinCode)
- Verifies that the Bin exists on the specific Location.
...
Step 2 - Invoke the validation
See Online validationValidation
Result examples:
...
Error Bin Code Online Validation Error Error Lot Number Online Validation validation Error Error Serial Number Online validation Error Bin Code Online Validation
...