Objects/Tables/Table 9657 Custom Report Selection
Table 9657 Custom Report Selection in 18
Jonas Paprotka, Base Application 18.5.29545.46345, checked
- App
- Base Application
Fields, 15Keys, 2Procedures, 13Events, 5
Versions171819202122232425262728latest
Source29
Fields, 15
| Id | Name | Type | Obsolete |
|---|
| 1 | Source Type | Integer | - |
| 2 | Source No. | Code[20] | - |
| 3 | Usage | Enum Report Selection Usage | - |
| 4 | Sequence | Integer | - |
| 5 | Report ID | Integer | - |
| 6 | Report Caption | Text[250] | - |
| 7 | Custom Report Layout Code | Code[20] | - |
| 8 | Custom Report Description | Text[250] | - |
| 9 | Send To Email | Text[200] | - |
| 19 | Use for Email Attachment | Boolean | - |
| 20 | Use for Email Body | Boolean | - |
| 21 | Email Body Layout Code | Code[20] | - |
| 22 | Email Body Layout Description | Text[250] | - |
| 23 | Use Email from Contact | Boolean | - |
| 24 | Selected Contacts Filter | Blob | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Source Type, Source No., Usage, Sequence | - |
| Key2 | Report ID | - |
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|
| InitUsage | () | | public | - |
| FilterReportUsage | (Integer, Code[20], Option) | | public | - |
| FilterEmailBodyUsage | (Integer, Code[20], Option) | | public | - |
| LookupCustomReportDescription | () | | public | - |
| LookupEmailBodyDescription | () | | public | - |
| CheckEmailSendTo | (RecordRef) | | public | - |
| CopyFromReportSelections | (var Record Report Selections, Integer, Code[20]) | | public | - |
| GetSendToEmailFromContactsSelection | (Option, Code[20]) | | public | - |
| GetSendToEmailFromContacts | (var Record Contact) | | public | - |
| ShowSelectedContacts | () | | public | - |
| GetSendToEmail | (Boolean) | Text[250] | public | - |
| UpdateSendtoEmail | () | | public | Pending 17.0 |
| Replaced by UpdateSendtoEmail(Update: Boolean). |
| UpdateSendtoEmail | (Boolean) | | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeGetSendToEmail | (Boolean, var Text[250], var Boolean) | - |
| Integration event | OnCopyFromReportSelections | (var Record Custom Report Selection, var Record Report Selections) | - |
| Integration event | OnGetSendToEmailFromContacts | (var Record Custom Report Selection, var Record Contact, var Boolean) | - |
| Integration event | OnGetSelectedContactsFilter | (var Text) | - |
| Integration event | OnAfterFilterEmailBodyUsage | (var Record Custom Report Selection, Integer, Code[20], Option) | - |