Click or drag to resize

AddUserTimeNonWorkShiftModelEnableHomeLaborLevel Property

If true this value will allow the home labor-level-detail assignment to be made to the non-work-shift time punch

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

Property Value

Boolean
Remarks
If true this value will allow the home labor-level-detail assignment to be made to the non-work-shift time punch.

Note  Note
The impact of setting this value to true/false will have the following results for each LL(N)ID passed in.

EnableHomeLaborLevel = false
- Passes in empty/null or zero LLID => LL will equal zero
- Passes in valid LLID => LL will be that ID
- Passes in invalid LLID => status will be invalid

EnableHomeLaborLevel = true
- Passes in empty/null or zero LLID => check for home LL assignment and set. If no HomeLL is available set to 0
- Passes in valid LLID => check for home LL assignment and set. If no HomeLL is available set to passed LLID
- Passes in invalid LLID => status will be invalid
Example
True
See Also