Thursday, July 5, 2018

LS NAV - Update Barcode UofM field with Item UofM code

--Update Barcode UofM's to match Item UofM's for Bulk Label Printing
---------------------------------------------
update BARCODE
Set BARCODE.[Unit of Measure Code] = ITEM.[Base Unit of Measure]
From [CRONUS LS 1101 W1 Demo$Barcodes] as BARCODE
INNER JOIN [CRONUS LS 1101 W1 Demo$Item] as ITEM on BARCODE.[Item No_] = ITEM.No_
---------------------------------------------

No comments:

Post a Comment