Items Class Members
- Last UpdatedNov 06, 2025
- 6 minute read
The following tables list the members exposed by Items.
| Name | Description | |
|---|---|---|
![]() ![]() | GetAllConsumableItems | The GetAllConsumableItems() method retrieves all items that can be consumed from the database. |
![]() ![]() | GetAllItemAttributesByFilter | The GetAllItemAttributesByFilter() method retrieves all of the specified item's attributes from the database. |
![]() | GetAllProducibleItems | The GetAllProducibleItems() method retrieves all items that can be produced from the database. |
![]() ![]() | GetFiles | The GetFiles() method retrieves the files associated with the specified item. |
![]() ![]() | GetItem | The GetItem() method retrieves the specified item's details from the database and, optionally, its attributes. |
![]() ![]() | GetItemAttr | The GetItemAttr() method creates an ItemAttr object that represents the specified item attribute. The item attribute's properties are retrieved from the database. |
![]() ![]() | GetItemAttrs | Overloaded. This overload of the GetItemAttrs() method retrieves all of the specified item's attributes from the database. |
![]() ![]() | GetItemClass | The GetItemClass() method retrieves the specified item class's details from the database and, optionally, its attributes. |
![]() ![]() | GetItemClassAttr | The GetItemClassAttr() method creates an ItemClassAttr object that represents the specified item class attribute. The item class attribute's properties are retrieved from the database. |
![]() ![]() | GetItemClassAttrs | Overloaded. This overload of the GetItemClassAttrs() method retrieves all of the specified item class's attributes from the database. |
![]() ![]() | GetItemClasses | Overloaded. The GetItemClasses() method retrieves item classes and their properties from the database. This overload of the method does not include any filters and so retrieves all item classes. |
![]() ![]() | GetItemDataFromComboBoxEntry | The GetItemDataFromComboBoxEntry() method retrieves the item data from the combo box item. |
![]() ![]() | GetItems | Overloaded. The GetItems() method retrieves multiple items and their properties from the database. The method includes the item class ID and flags that indicate produced or consumed items as filter parameters. |
![]() ![]() | GetItemsByFilter | The GetItemsByFilter() method retrieves the item classes and items that match the supplied filter. |
![]() ![]() | GetLotAttr | The GetLotAttr() method creates a LotAttr object that represents the specified lot attribute. The lot attribute's properties are retrieved from the database. |
![]() ![]() | GetLotAttrs | Overloaded. This overload of the GetLotAttrs() method retrieves all of a lot's attributes for the specified item from the database. |
![]() ![]() | GetProcessesByItem | The GetProcessesByItem() method retrieves all defined processes that can make the specified item. |
![]() ![]() | GetSerializedItems | The GetSerializedItems() method retrieves all serialized items and their item information from the database. Optionally, a specific item ID can be used to filter the retrieval result. |
![]() ![]() | GetUOM | The GetUOM() method returns all the configured Unit of Measure records. |
![]() ![]() | PopulateItemComboBox | The PopulateItemComboBox() method takes the item data in the supplied table and uses it to populate the specified combo box. The table must include a column for item_id and a column for item_desc. |
![]() ![]() | PopupAdvItemPicker | The PopupAdvItemPicker() method opens the Item Picker dialog to allow a user to pick an item, item class or parent item class from an item tree. All overloads of this method return the following parameters for the selected item:
This overload of the method:
|
![]() ![]() | PopupItemPicker | Overloaded. The PopupItemPicker() method opens the Item Picker dialog to allow a user to pick an item from an item tree. All overloads of this method can filter which items are included in the item tree by the item Produced and Consumed flags. Also, all overloads of this method return the following parameters for the selected item:
This overload of the method:
|
![]() ![]() | SelectItemInComboBox | The SelectItemInComboBox() method looks for the specified item ID in the supplied combo box. If it is found, that item will be selected. |

