GetInventoryItems(Int32[],String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetInventoryItems() method retrieves one or more storage records from the Item_Inv table, as specified by the filter parameters. The record set can be further filter by an optional item_id and an optional lot number. Passing no filter parameters will retrieve all storage records from the table
If optionally filtering the results by a specific entity, overload of the method specifies the entity by its ID.
Parameters
- entIDs
- Required. Holds the array of entity IDs.
- itemID
- Optional. Holds the ID of the optional item used to filter the record set. Set to null if not used.
- lotNo
- Optional. Holds the optional lot number used to filter the record set. Set to null if not used.
Return Value
Returns a DataSet that contains all the records in the Item_Inv table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.