Click or drag to resize

AddLaborLevelDetailModelEmployeeNotesRequired Property

The employee notes that are required for this associated labor-level-detail

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool EmployeeNotesRequired { 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 scenarios 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 employees 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