Objects/Tables/Table 43 Purch. Comment Line
Table 43 Purch. Comment Line in 20
Jonas Paprotka, Base Application 20.5.45456.61928, checked
- App
- Base Application
Fields, 7Keys, 1Procedures, 7Events, 5
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | Document Type | Enum Purchase Comment Document Type | - |
| 2 | No. | Code[20] | - |
| 3 | Line No. | Integer | - |
| 4 | Date | Date | - |
| 5 | Code | Code[10] | - |
| 6 | Comment | Text[80] | - |
| 7 | Document Line No. | Integer | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Document Type, No., Document Line No., Line No. | - |
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SetUpNewLine | () | | public | - |
| CopyComments | (Integer, Integer, Code[20], Code[20]) | | public | - |
| CopyLineComments | (Integer, Integer, Code[20], Code[20], Integer, Integer) | | public | - |
| CopyLineCommentsFromPurchaseLines | (Integer, Integer, Code[20], Code[20], var Record Purchase Line) | | public | - |
| CopyHeaderComments | (Integer, Integer, Code[20], Code[20]) | | public | - |
| DeleteComments | (Option, Code[20]) | | public | - |
| ShowComments | (Option, Code[20], Integer) | | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterSetUpNewLine | (var Record Purch. Comment Line, var Record Purch. Comment Line) | - |
| Integration event | OnBeforeCopyComments | (var Record Purch. Comment Line, Integer, var Boolean, Integer, Code[20], Code[20]) | - |
| Integration event | OnBeforeCopyLineComments | (var Record Purch. Comment Line, var Boolean, Integer, Integer, Code[20], Code[20], Integer, Integer) | - |
| Integration event | OnBeforeCopyLineCommentsFromPurchaseLines | (var Record Purch. Comment Line, var Boolean, Integer, Integer, Code[20], Code[20], var Record Purchase Line) | - |
| Integration event | OnBeforeCopyHeaderComments | (var Record Purch. Comment Line, var Boolean, Integer, Integer, Code[20], Code[20]) | - |