GetItemsByFilter Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItemsByFilter() method retrieves the item classes and items that match the supplied filter.
Parameters
- filter
- Required. Holds the filter string. The filter string will in the following format: ICFITEM_CLASS_ID=ITEM_CLASS_DESC=PRODUCED=CONSUMED= OBSOLETE=(1001=1002=1003=1004=1006=8068=1=) IFITEM_ID=ITEM_DESC=ITEM_CLASS_ID=UOM_ID=8TEMPLATE=LIFETIME= UNIT_COST=OBSOLETE=(1001=1002=1003=1004=1006=8068=8458=), where the numbers in the parenthesis are attribute IDs.
Return Value
Returns a DataSet that contains the item classes and items specified by the
filter string, sorted by the item class display first and the item display
second.