Click or drag to resize

LaborLevelDetailModelEmpNotesRequired Property

Gets or sets if employee notes are required for this associated labor level detail

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

Property Value

Boolean
Remarks
Note  Note
Setup:
Configuration > Labor Level > Setup
Business Rules:
If a specific labor level detail is set with the employee notes required setting, then a note will be required, but only in certain senarios please note the following rules:
1. User Interface: This rule applies to the logged in employees entry only. For example if a manager logs into the system to enter/edit an employess time this value will not be enforced.
2. Web Services: This flag is not enforced at a web services layer the value is only saved and updated.

Example
true
See Also