CustomerGlobalSettingsTimeCardApprovalLevel Property | |
The time card approval levels
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int TimeCardApprovalLevel { get; set; }
function get_TimeCardApprovalLevel();
function set_TimeCardApprovalLevel(value);
Property Value
Int32Remarks
The time card approval levels.
DataAction Names
Name | Description |
---|
1 Manager | 0 |
1 Manager+Admin | 1 |
2 Managers | 2 |
2 Managers+Admin | 3 |
Example 3
See Also