Click or drag to resize

UserPoliciesPayroll Property

Gets the payroll policy name assigned to a user

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

Property Value

String
Remarks
Gets the payroll policy name assigned to a user. The maximum length for this value is 50 characters.

Note  Note
A payroll policy is a collection of rules used to calculate time for a group of employees. Payroll policies are used to define overtime, breaks, meals and more. All employees in the system must be assigned to a payroll policy. A payroll policy cannot be deleted if it has been used to calculate time.
Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Payroll Processing
Example
Semi Monthly
See Also