Share via


PayrollEarningCode::getLookupQuery Method

Gets the query that is used for the custom lookup.

Syntax

client server private static Query getLookupQuery([boolean _filterEach])

Run On

Called

Parameters

  • _filterEach
    Type: boolean
    A value that indicates whether the query should filter out earning codes for which the QuantityUnit field is set to Each.

Return Value

Type: Query Class
The query object that is used for the custom lookup.

Remarks

The query filters out all earning codes for which the QuantityUnit field is set to PayrollQuantityUnit::Each.

See Also

Reference

PayrollEarningCode Table