Click or drag to resize

GetTimeOffPolicyDetailRuleModelTransferOverageAllowed Property

Gets the TransferOverageAllowed of the current GetTimeOffPolicyDetailRuleModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool TransferOverageAllowed { get; set; }

Property Value

Boolean
Remarks
This value represents the TransferOverageAllowed of the GetTimeOffPolicyDetailRuleModel. If true then transfer overage hours are allowed.

Note  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.
This is a old way of returning TransferOverageType(zero is false, non-zero is true)
Example
40
See Also