Codeunit 951 Time Sheet Approval Management in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Submit | (var Record Time Sheet Line) | public | - | |
| ReopenSubmitted | (var Record Time Sheet Line) | public | - | |
| ReopenApproved | (var Record Time Sheet Line) | public | - | |
| Reject | (var Record Time Sheet Line) | public | - | |
| Approve | (var Record Time Sheet Line) | public | - | |
| GetTimeSheetDialogText | (Option, Integer) | Text[100] | public | - |
| GetManagerTimeSheetDialogText | (Option, Integer) | Text[100] | public | - |
| GetTimeSheetDialogInstruction | (Option) | Text[100] | public | - |
| GetManagerTimeSheetDialogInstruction | (Option) | Text[100] | public | - |
| ProcessAction | (var Record Time Sheet Line, Option) | public | - | |
| SubmitIfConfirmed | (var Record Time Sheet Line) | public | - | |
| ReopenSubmittedIfConfirmed | (var Record Time Sheet Line) | public | - | |
| ReopenApprovedIfConfirmed | (var Record Time Sheet Line) | public | - | |
| RejectIfConfirmed | (var Record Time Sheet Line) | public | - | |
| ApproveIfConfirmed | (var Record Time Sheet Line) | public | - | |
| GetCommonTimeSheetDialogText | (Option, Integer) | Text[100] | public | - |
| ConfirmAction | (Option) | Boolean | public | - |
| GetCommonTimeSheetDialogInstruction | (Option) | Text | public | - |
Events, 17
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeInsertEmployeeAbsence | (var Record Employee Absence, Record Time Sheet Line, var Record Time Sheet Detail) | - |
| Integration event | OnAfterSubmit | (var Record Time Sheet Line) | - |
| Integration event | OnAfterReopenSubmitted | (var Record Time Sheet Line) | - |
| Integration event | OnAfterReopenApproved | (var Record Time Sheet Line) | - |
| Integration event | OnAfterReject | (var Record Time Sheet Line) | - |
| Integration event | OnAfterApprove | (var Record Time Sheet Line) | - |
| Integration event | OnApproveOnBeforeTimeSheetLineModify | (var Record Time Sheet Line) | - |
| Integration event | OnRejectOnBeforeTimeSheetLineModify | (var Record Time Sheet Line) | - |
| Integration event | OnReopenApprovedOnBeforeTimeSheetLineModify | (var Record Time Sheet Line) | - |
| Integration event | OnReopenSubmittedOnAfterModify | (var Record Time Sheet Line) | - |
| Integration event | OnReopenSubmittedOnBeforeModify | (var Record Time Sheet Line) | - |
| Integration event | OnSubmitOnBeforeTimeSheetLineModify | (var Record Time Sheet Line) | - |
| Integration event | OnBeforeApprove | (var Record Time Sheet Line, var Boolean) | - |
| Integration event | OnBeforeSubmit | (var Record Time Sheet Line, var Boolean) | - |
| Integration event | OnBeforeGetTimeSheetDialogText | (Option, Decimal, var Text[100], var Boolean) | - |
| Integration event | OnBeforeGetManagerTimeSheetDialogText | (Option, Decimal, var Text[100], var Boolean) | - |
| Integration event | OnBeforeCheckApproverPermissions | (var Record Time Sheet Line, var Boolean) | - |