GetTimeOffPolicyDetailRuleModelTransferRolloverAllowed Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool TransferRolloverAllowed { get; set; }
function get_TransferRolloverAllowed();
function set_TransferRolloverAllowed(value);
Property Value
BooleanRemarks
This value represents the TransferRolloverAllowed of the
GetTimeOffPolicyDetailRuleModel.
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