ABSDec 6, 20211 min readiVend - Import Product - UPC cannot be more than 16 charactersUpdated: Dec 9, 2021select * from CfgValidationRule where ObjectId='Product' and PropertyName='UPC'update CfgValidationRule set MaxLength=100 where ObjectId='Product' and PropertyName='UPC'
select * from CfgValidationRule where ObjectId='Product' and PropertyName='UPC'update CfgValidationRule set MaxLength=100 where ObjectId='Product' and PropertyName='UPC'
SAP B1/iVend- Query Inventory In SAPCheck inventory audit in SAP select a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then 'Sale...
ivend-SAP Integration Monitor from SBO to ivend QuerySelect IntegrationKey,Cast(SourceType AS Varchar(20)) As SourceType,SourceKey, OperationType, isNull(LogDatetime, getdate()) As...
Comments