top of page
Search

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'

 
 
 

Recent Posts

See All
SAP B1/iVend- Query Inventory In SAP

Check inventory audit in SAP select  a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then  'Sale...

 
 
 

Comments


Post: Blog2_Post

©2021 by Addon Business Solution Co., Ltd.

bottom of page