UserRatesExemptStatus Property | |
Gets the exemption status assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ExemptStatus { get; set; }
function get_ExemptStatus();
function set_ExemptStatus(value);
Property Value
StringRemarks
Gets the exemption status assigned to a user. This value determines if an employee receives overtime. In can also be correlated to a salaried employee and in some states such as California a salaried
employee can also be non-exempt.
Note |
---|
Setup:
Manager > Employees > Rates Tab
|
Example true, false
See Also