Click or drag to resize

UserPoliciesPayrollID Property

Gets the payroll policy ID assigned to a user

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

Property Value

Int32
Remarks
Gets the payroll policy ID assigned to a user. This is the unique ID that identifies this payroll policy.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Payroll Processing
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.
Example
33
See Also