LaborLevelIDListLL02ID Property | |
A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int? LL02ID { get; set; }
function get_LL02ID();
function set_LL02ID(value);
Property Value
NullableInt32Remarks
This value represent the a labor-level-detail ID or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15). There are currently a maximum of 15 different labor level slots available.
The ID on a labor level detail is the key used to identify the labor-level-details uniqueness. The LL(N)ID will also map to a [
GetLaborLevelDetailModel].
[
ID]
Example 10
See Also