drops.getDropItemsData
Description
Get the contact ID for a drop.

Parameters
dropID number

Return value
cells 2d array (< 1 if not found)

Example
local cells = drops.getDropItemsData(1234)
ui.showGridViewerDialog("Drop Items Data", cells)

Comments
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

See also
drops.getDropItemIDs

Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)