UserHomeLaborLevelDetailsLL13Name Property | |
Gets the home labor-level-detail(N) name for a user, where N can be 1-15.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string LL13Name { get; set; }
function get_LL13Name();
function set_LL13Name(value);
Property Value
StringRemarks
This value represent the home labor level or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15). A home labor level is basically a default labor level that will be assigned to
the employee if they don't have the option to set it. There are currently a maximum of 15 different labor level slots available. The value that should be set on this field is a valid
LaborLevelDetailModel.
Name string value. Use the
GetLaborLevelDetail(GetLaborLevelDetailIn) to find the correct names.
Example Sales, Arizona, West
See Also