Objects/Tables/Table 454 Approval Entry
Table 454 Approval Entry in 19
Jonas Paprotka, Base Application 19.5.36567.56815, checked
- App
- Base Application
Fields, 28Keys, 8Procedures, 9Events, 7
Versions171819202122232425262728latest
Source29
Fields, 28
| Id | Name | Type | Obsolete |
|---|
| 1 | Table ID | Integer | - |
| 2 | Document Type | Enum Approval Document Type | - |
| 3 | Document No. | Code[20] | - |
| 4 | Sequence No. | Integer | - |
| 5 | Approval Code | Code[20] | - |
| 6 | Sender ID | Code[50] | - |
| 7 | Salespers./Purch. Code | Code[20] | - |
| 8 | Approver ID | Code[50] | - |
| 9 | Status | Enum Approval Status | - |
| 10 | Date-Time Sent for Approval | DateTime | - |
| 11 | Last Date-Time Modified | DateTime | - |
| 12 | Last Modified By User ID | Code[50] | - |
| 13 | Comment | Boolean | - |
| 14 | Due Date | Date | - |
| 15 | Amount | Decimal | - |
| 16 | Amount (LCY) | Decimal | - |
| 17 | Currency Code | Code[10] | - |
| 18 | Approval Type | Enum Workflow Approval Type | - |
| 19 | Limit Type | Enum Workflow Approval Limit Type | - |
| 20 | Available Credit Limit (LCY) | Decimal | - |
| 21 | Pending Approvals | Integer | - |
| 22 | Record ID to Approve | RecordId | - |
| 23 | Delegation Date Formula | DateFormula | - |
| 26 | Number of Approved Requests | Integer | - |
| 27 | Number of Rejected Requests | Integer | - |
| 29 | Entry No. | Integer | - |
| 30 | Workflow Step Instance ID | Guid | - |
| 31 | Related to Change | Boolean | - |
Keys, 8
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No. | - |
| Key2 | Record ID to Approve, Workflow Step Instance ID, Sequence No. | - |
| Key3 | Table ID, Document Type, Document No., Sequence No., Record ID to Approve | - |
| Key4 | Approver ID, Status, Due Date, Date-Time Sent for Approval | - |
| Key5 | Sender ID | - |
| Key6 | Due Date | - |
| Key7 | Table ID, Record ID to Approve, Status, Workflow Step Instance ID, Sequence No. | - |
| Key8 | Table ID, Document Type, Document No., Date-Time Sent for Approval | - |
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|
| GetLastEntryNo | () | Integer | public | - |
| ShowRecord | () | | public | - |
| RecordCaption | () | Text | public | - |
| RecordDetails | () | Text | public | - |
| IsOverdue | () | Boolean | public | - |
| GetCustVendorDetails | (var Code[20], var Text[100]) | | public | - |
| GetChangeRecordDetails | () | Text | public | - |
| CanCurrentUserEdit | () | Boolean | public | - |
| MarkAllWhereUserisApproverOrSender | () | | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterGetRecordDetails | (RecordRef, Text, var Text) | - |
| Integration event | OnAfterGetCustVendorDetails | (var Record Approval Entry, var Code[20], var Text[100]) | - |
| Integration event | OnBeforeMarkAllWhereUserisApproverOrSender | (var Record Approval Entry, var Boolean) | - |
| Integration event | OnBeforeShowRecord | (var Record Approval Entry, var Boolean) | - |
| Integration event | OnBeforeRecordCaption | (var Record Approval Entry, var Text, var Boolean) | - |
| Integration event | OnAfterGetRecordToApprove | (Record Approval Entry, var RecordRef, var Boolean) | - |
| Integration event | OnBeforeRecordDetails | (var Record Approval Entry, var Text, var Boolean) | - |