PriceDiscTableQueryBuilder.appendInventCriteria Method [AX 2012]

Appends additional filtering criteria to a filter string for items.

private str appendInventCriteria(
    Set _inventSet, 
    TableGroupAll _tableGroupAll, 
    str _criteria)

Run On

Called

Parameters

_inventSet
Type: Set Class
A set of IDs by which to filter.
_tableGroupAll
Type: TableGroupAll Enumeration
A type of the IDs.
_criteria
Type: str
The input string to which to append additional criteria.

Return Value

Type: str
Filter string for items.

Community Additions

ADD
Show: