Click or drag to resize

GetTimeOffPolicyDetailRuleModelBalanceCapOnly Property

Gets the BalanceCap of the current GetTimeOffPolicyDetailRuleModel

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

Property Value

Decimal
Remarks
This value represents the BalanceCap ID of the GetTimeOffPolicyDetailRuleModel.

Note  Note
The BalanceCap is the maximum amount of balance hours GetTimeOffPolicyDetailRuleModel that an employee can obtain. This is the max amount of hours an employee can have as a balance in the given pay type.

When an employee is at this cap they will no longer accrue any hours (forfeit). There is a box to allow manual adjustments to exceed to cap under time off policy.
Example
12
See Also