InventAgingQueryBuilder.applyRange Method [AX 2012]
Determines if a range should be applied to the query.
Syntax
private boolean applyRange(TableId _tableId, FieldId _fieldId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The TableId to validate.
- _fieldId
Type: FieldId Extended Data Type
The FieldId to validate.
Return Value
Type: boolean
true, if the range should be applied to the query; otherwise false.