Add |
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 |