Click or drag to resize

GetTimeOffPolicyDetailRuleModelTransferRolloverAllowed Property

Gets the TransferRolloverAllowed 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 TransferRolloverAllowed { get; set; }

Property Value

Boolean
Remarks
This value represents the TransferRolloverAllowed of the GetTimeOffPolicyDetailRuleModel.

Note  Note
This functionality deals with what happens to hours when a rollover occurs. A paytype can be selected to transfer any remaining hours to after the max carry over occurs.

For example an employee has a balance of 150 PTO hours with a max carry over of 100 and transfer rollover with a factor of .5 to PTO Bank. When the reset occurs 100 hours will remain in PTO and 25 hours will be transferred to PTO Bank.
Example
40.12
See Also