Share via


HRMCompEligibility::queryVariableByDate Method

Retrieves a query of eligible variable compensation plans.

Syntax

client server public static Query queryVariableByDate(Common _common, [HcmCompFromDate _validFrom])

Run On

Called

Parameters

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

Return Value

Type: Query Class
A query that is used to select variable compensation plans records that are eligible, based on the rules of eligibility that are set up.

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