Share via


HRMCompEligibility::queryVariable Method

Retrieves a query of variable compensation plans that are eligible.

Syntax

client server public static Query queryVariable(Common _common, [HRMCompFromDate _validFromDateTime])

Run On

Called

Parameters

  • _common
    Type: Common Table
    A common table buffer with field values that are used to query eligible plans.

Return Value

Type: Query Class
A query to select variable compensation plans records that are eligible because of setup rules of eligibility.

Exceptions

Exception Condition
Error

The table record that is parsed by the _common parameter is not supported by this method.

Remarks

The compensation plan eligibility rules in the HRMCompEligibility table are used to filter out variable compensation plans in the HRMCompVarPlanTable table. These are used in form lookups and field validations.

See Also

Reference

HRMCompEligibility Table