GetSerializedItems Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSerializedItems() method retrieves a list of the serialized items that are as specified by the passed filters.
Parameters
- woId
- Optional. Holds a work order ID.
- operId
- Optional. Holds an operation ID.
- itemId
- Optional. Holds an item ID
Return Value
Returns a DataSet that contains all the serialized items that satisfy the specified filters. If no matching items are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column |
Description |
|---|---|
|
item_class_id |
A string that is the ID of the class to which the item belongs. |
|
Item_class_desc |
A string that is the description of the item class; from Item_Class table. |
|
item_class_display |
A string that is formatted as specified by attr_id=208. |
|
item_id |
A string that is the ID of the item. |
|
item_desc |
A string that is the description of the item. |
|
item_display |
A string that is formatted as specified by attr_id=210. |