Click or drag to resize

UserAssignedLaborLevelDetailsCode Property

Gets an assigned labor-level-detail code for a user

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

Property Value

String
Remarks
This value represent an assigned labor-level-detail code. The code on a labor-level-detail is a short code used to provide a simple descriptor. There is a maximum size of 300 characters used to store the code, however the general recommend use for the code is to stay short, under 4-5 characters and 2-3 if possible. This allows for a smoother view and flow in the user interface and a consolidated mechanism for import/exports into the system.

Example
AZ,CO,10,400
See Also