GetInventoryItems 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 supplied input parameters.
| Overload | Description |
|---|---|
| GetInventoryItems(Object,String,String) | 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 supplied input parameters. |
| GetInventoryItems(Int32[],String,String) |
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. |