Click or drag to resize

TimeExportParamInFilterByTimeCardApprovalLevel Property

Filters time card approval levels by a manager(s)/admin approval

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

Property Value

Boolean
Remarks
If this value is set to true then a filter will be applied to the results which will only include manager(s)/admin approved time cards.

Note  Note
Setup:
Manager > Time Cards
Configuration > General Configuration

Business Rules:
The rule set for this filter is driven only by how it is setup in the clients configuration (general configuration, global settings). The other rule that drives the filtered results is if the approval is set to 'true' for both clock-in and clock-out time card entries.
Caution note  Caution
Only the selected combination from "Time Card Approval Levels" found in configuration will be used for time card approval lookup. For example if the configuration is set as "1 Manager" then the results for only the return parameter ManagerApproved will be evaluated and filtered on. This means Manager2Approved and AdminApproved could show as false or true but will be ignored as the only lookup will be on ManagerApproved. Therefore the employee record results will only be visible if ManagerApproved is set to 'true'.
Example
true/false
The default value is false.
See Also