GetTimeOffPolicyDetailRuleModelTransferOverageType Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int TransferOverageType { get; set; }
function get_TransferOverageType();
function set_TransferOverageType(value);
Property Value
Int32Remarks
This value represents the TransferOverageType of the
GetTimeOffPolicyDetailRuleModel.
If 0 then transfer overage hours are not allowed.
If 1 then transfer overage hours are allowed for both balance cap and accrual cap overage.
If 2 then transfer overage hours are allowed only for balance cap overage.
If 3 then transfer overage hours are allowed only for accrual cap overage.
Note |
---|
This functionality deals with hours employees do not accrue (forfeit) due to their balance being at the accrual cap. If this is turned on, the policy will transfer those hours to
a different pay type. The factor can also be set to multiply the amount of hours transferred.
For example: An employee is at their PTO accrual cap of 200 and normally receives 10
hours every pay period. Transfer overage is turned on with an overage factor of .5 and paytype of PTO Bank. The employee will receive 5 hours in the PTO Bank paytype. If the employee
drops below their PTO Cap at any time they will start accruing again in that paytype until the Cap is reached and transfer overage resumes.
|
Example 40
See Also