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
CalledParameters
- _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.
Community Additions
ADD
Show: