Objects/Tables/Table 9657 Custom Report Selection
Table 9657 Custom Report Selection in 25
Jonas Paprotka, Base Application 25.5.30849.36072, checked
- App
- Base Application
- Namespace
- Microsoft.Foundation.Reporting
Fields, 20Keys, 2Procedures, 12Events, 8
Versions171819202122232425262728latest
Source29
Fields, 20
| 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 | - |
| 25 | Email Attachment Layout Name | Text[250] | - |
| 26 | Email Attachment Layout AppID | Guid | - |
| 27 | Email Body Layout Name | Text[250] | - |
| 28 | Email Body Layout AppID | Guid | - |
| 29 | Email Body Layout Caption | Text[250] | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Source Type, Source No., Usage, Sequence | - |
| Key2 | Report ID | - |
Procedures, 12
| 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 | (Boolean) | | public | - |
Events, 8
| 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) | - |
| Integration event | OnCheckEmailBodyUsageOnAfterCalcShowEmailBodyDefinedError | (var Record Custom Report Selection, var Record Custom Report Selection, var Boolean) | Pending 24.0 |
| Not used with platform layout selection |
| Integration event | OnBeforeCheckEmailBodyUsage | (var Record Custom Report Selection, var Boolean) | Pending 24.0 |
| Not used with platform layout selection |
| Integration event | OnCopyFromReportSelectionsOnBeforeInsert | (var Record Custom Report Selection, Record Report Selections) | - |