iVend - Import Product - UPC cannot be more than 16 characters
- ABS
- Dec 6, 2021
- 1 min read
Updated: Dec 9, 2021

select * from CfgValidationRule where ObjectId='Product' and PropertyName='UPC'
update CfgValidationRule set MaxLength=100 where ObjectId='Product' and PropertyName='UPC'
Comments