UserInfoModelHomeLaborLevel5 Property | |
Gets or sets the Home Labor Level5 name for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string HomeLaborLevel5 { get; set; }
function get_HomeLaborLevel5();
function set_HomeLaborLevel5(value);
Property Value
StringRemarks
This value represent the Home Labor Levels or cost center at level 5.
Labor Levels track where employees spend their time. Employees are only able to clock into the labor levels to which they’re assigned.
Note:Value is case insensitive and may contain Labor Level Code or Name for set operations
Example C505
See Also