Storage Class Methods
- Last UpdatedNov 06, 2025
- 5 minute read
For a list of all members of this type, see Storage members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetInventoryData |
The GetInventoryData() method retrieves one or more storage records from the Item_Inv table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table. If the restrictToEnt is set, then the record set contains inventory records for only the specified entity is retrieved. If the restrictToEnt is cleared, the record set contains inventory records for the specified entity and all other storage entities located at the specfied entity are retrieved. The record set can be further filter by passing a filter string with the following syntax: item_id=lot_no=item_grade_cd=item_status_cd=. If one or more item grades or statuses are supplied, they must be in a comma separated list enclosed in parenthesis. |
![]() ![]() | GetInventoryItems | Overloaded. 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. |
![]() ![]() | GetStorageExecData |
The GetStorageExecData() method retrieves one or more storage records from the Storage_Exec table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table. |
![]() ![]() | GetStorageExecDescendents | The GetStorageExecDescendents() method retrieves one or more storage records from the Storage_Exec table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table. If an entity is specified, this method returns all the storage entities currently located at the specified entity and all the storage entities located at the contained storage entities. If no entity is specified, this method returns all the storage entities that have no location, and all the entities located at those entities. |
![]() ![]() | GetStorageLocations | Overloaded.
The GetStorageLocations() method retrieves one or more storage records from the Ent table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table. This method returns a DataSet containing rows for each entity in the ent table that can store. |
![]() ![]() | GetStorageLocationsForItem | The GetStorageLocationsForItem() method retrieves one or more storage records from the Ent table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table. This method returns a DataSet containing a row for each entity which stores a particular item optionally for a particular work order. |
![]() ![]() | InventoryMorph | Overloaded. The InventoryMorph() method moves inventory and optionally change item/lot information to destination. If optionally filtering the results by a specific entity, overload of the method specifies the entity by its supplied input parameters. |
![]() ![]() | PopupInventorySplitCombineLot | Overloaded. The PopupInventorySplitCombineLot() method opens the dialog to display the Split/Combine dialog for the selected item in the specified mode. This overload of the method includes a flag that can be set to make the attributes view-only. If optionally filtering the results by a specific entity, overload of the method specifies the entity by its supplied input parameters. |
![]() ![]() | PopupInventoryTransfer | Overloaded. The PopupInventoryTransfer() method opens the dialog to display the Multiple Inventory Transfers dialog (for transfer out and reclassify) or the Inventory Transfer dialog (for all other transfer types). This overload of the method includes a flag that can be set to make the attributes view-only. If optionally filtering the results by a specific entity, overload of the method specifies the entity by its supplied input parameters. |
![]() ![]() | PopupReceiveInventory | The PopupReceiveInventory() method poopens the dialog for receiving inventory at an entity. |
![]() ![]() | PopupTransferSerialNumbers | The PopupTransferSerialNumbers() method opens the dialog for transfering serialized parts from one inventory location to another. |
![]() ![]() | SetStorageLocation | The SetStorageLocation() method sets the location of the specified entity. |
![]() ![]() | SetStorageStatus |
The SetStorageStatus() method sets the entity as clean by writing a zero to the status column for the specified entity. |
![]() ![]() | TransferInventory | The TransferInventory() method transfers a specified amount of inventory from one entity to another. |

