drops.getDropItemsData
Get the contact ID for a drop.
dropID number
cells 2d array (< 1 if not found)
local cells = drops.getDropItemsData(1234)
ui.showGridViewerDialog("Drop Items Data", cells)
Data is returned as one item per line/row (y).
Columns (x)indexes are:
1: delivery
2: itemID
3: itemNumber
4: itemName
5: typeCode
6: locationName
7: itemStatusName
8: modelNumber
9: serialNumber
10: firstInvoiceSalePrice
11: isScrap
12: isView
Generated on the 26 June 2024 at 22:01:28 (UK Time)