Restrict Serial Numbers and Batch/Lot Numbers to accept only alphanumeric values
Is there a standard way in Oracle Cloud WMS to restrict Serial Numbers and Batch/Lot Numbers to accept only alphanumeric values, while still allowing other barcode fields to accept special characters?
We have a business requirement for serial-tracked battery items where the manufacturer serial numbers always follow an alphanumeric format such as:
BAT2026A001SNX45K789
However, users are sometimes entering or scanning values with special characters like:
BAT#001SN/2026BAT-@45
We would like to validate Serial Number and Batch Number fields to allow only:
- A–Z
- a–z
- 0–9
while keeping other barcode fields flexible for special characters if needed.
0