Click or drag to resize

UserAccrualsAdditionalMonthsOfService Property

Gets the additional months of service beyond the accruals start date

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

Property Value

Int32
Remarks
Gets the additional months of service beyond the AccrualsStartDate. This value represents the additional number of months that can be added to a users accrual start date. This value gives a manager flexibility with how they want to control the AccrualsStartDate.

Note  Note
Setup:
Manager > Employees > Accruals Tab
Caution note  Caution

The users StartDate and AccrualsStartDate are similar, however each retain different uses in the system. The StartDate is used to track the actual day an employee begins employment with a given company. If an employee becomes inactively employed with the company and returns sometime later; then the StartDate should reset to the date the employee establishes employment again. On the other hand the AccrualsStartDate is much more flexible with how it can be set.

A manager can either set the AccrualsStartDate to sync with an employee's StartDate or they can set it to any date they see fit and use the "Additional Months Service" setting to control additional "Length of Service" time-spans.

Example
2012-12-12
See Also