---
title: "Table 60 Document Sending Profile"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/60-document-sending-profile/
type: table
id: 60
name: "Document Sending Profile"
app: "Base Application"
namespace: Microsoft.Foundation.Reporting
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/60-document-sending-profile/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 60 Document Sending Profile

Jonas Paprotka, https://jonas-paprotka.de/ref/table/60-document-sending-profile/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Foundation.Reporting |
| Versions | 17-28 |
| Source file | Foundation/Reporting/DocumentSendingProfile.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Code | Code[20] | 17-28 | - | - |
| 2 | Description | Text[100] | 17-28 | - | - |
| 10 | Printer | Option | 17-28 | - | - |
| 11 | E-Mail | Option | 17-28 | - | - |
| 12 | E-Mail Attachment | Enum Document Sending Profile Attachment Type | 17-28 | - | - |
| 13 | E-Mail Format | Code[20] | 17-28 | - | - |
| 15 | Disk | Enum Doc. Sending Profile Disk | 17-28 | - | - |
| 16 | Disk Format | Code[20] | 17-28 | - | - |
| 20 | Electronic Document | Enum Doc. Sending Profile Elec.Doc. | 17-28 | - | - |
| 21 | Electronic Format | Code[20] | 17-28 | - | - |
| 30 | Default | Boolean | 17-28 | - | - |
| 50 | Send To | Enum Doc. Sending Profile Send To | 17-28 | - | - |
| 51 | Usage | Enum Document Sending Profile Usage | 17-28 | - | - |
| 52 | One Related Party Selected | Boolean | 17-28 | - | - |
| 60 | Combine Email Documents | Boolean | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Code | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetDefaultForCustomer | (Code[20], var Record Document Sending Profile) | - | public | 17-28 | - | - |
| GetDefaultForVendor | (Code[20], var Record Document Sending Profile) | - | public | 17-28 | - | - |
| GetDefault | (var Record Document Sending Profile) | - | public | 17-28 | - | - |
| GetRecordAsText | () | Text | public | 17-28 | - | - |
| WillUserBePrompted | () | Boolean | public | 17-28 | - | - |
| SetDocumentUsage | (Variant) | - | public | 17-28 | - | - |
| VerifySelectedOptionsValid | () | - | public | 17-28 | - | - |
| LookupProfile | (Code[20], Boolean, Boolean) | Boolean | public | 17-28 | - | - |
| LookUpProfileVendor | (Code[20], Boolean, Boolean) | Boolean | public | 17-28 | - | - |
| SendCustomerRecords | (Integer, Variant, Text[150], Code[20], Code[20], Integer, Integer) | - | public | 17-28 | - | - |
| SendVendorRecords | (Integer, Variant, Text[150], Code[20], Code[20], Integer, Integer) | - | public | 17-28 | - | - |
| Send | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer) | - | public | 17-28 | - | - |
| SendVendor | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer) | - | public | 17-28 | - | - |
| TrySendToVAN | (Variant) | - | public | 17-28 | - | - |
| TrySendToPrinter | (Integer, Variant, Integer, Boolean) | - | public | 17-28 | - | - |
| TrySendToPrinterVendor | (Integer, Variant, Integer, Boolean) | - | public | 17-28 | - | - |
| TrySendToEMail | (Integer, Variant, Integer, Text[150], Integer, Boolean) | - | public | 17-28 | - | - |
| TrySendToDisk | (Integer, Variant, Code[20], Text[150], Code[20]) | - | public | 17-28 | - | - |
| GetOfficeAddinDefault | (var Record Document Sending Profile, Boolean) | - | public | 17-28 | - | - |
| ProfileSelectionMethodDialog | (var Option, Boolean) | Boolean | public | 17-28 | - | - |
| CheckElectronicSendingEnabled | () | - | public | 17-28 | - | - |
| IsSingleRecordSelected | (Variant, Code[20], Integer) | Boolean | protected | 18-28 | - | - |
| TrySendToEMailGroupedMultipleSelection | (Enum Report Selection Usage, Variant, Integer, Text[150], Integer, Boolean) | - | public | 22-28 | - | - |
| SendToVAN | (Variant) | - | public | 22-28 | - | - |
| SendToPrinter | (Enum Report Selection Usage, Variant, Integer) | - | public | 22-28 | - | - |
| SendToDisk | (Enum Report Selection Usage, Variant, Code[20], Text, Code[20]) | - | public | 22-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterSend | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer) | 17-21 | - | - |
| Integration event | OnAfterSendCustomerRecords | (Integer, Variant, Text[150], Code[20], Code[20], Integer, Integer) | 17-28 | - | - |
| Integration event | OnAfterSendVendor | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer) | 17-21 | - | - |
| Integration event | OnBeforeCheckShowProfileSelectionMethodDialog | (var Option, Code[20], Boolean, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetDefaultSendingProfileForCustomerFromLookup | (Code[20], var Record Document Sending Profile, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetDefaultSendingProfileForVendorFromLookup | (Code[20], var Record Document Sending Profile, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetRecordAsText | (Record Document Sending Profile, var Text, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSend | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSendCustomerRecords | (Integer, Variant, Text[150], Code[20], Code[20], Integer, Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSendVendor | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSendVendorRecords | (Integer, Variant, Text[150], Code[20], Code[20], Integer, Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeSendToDisk | (Integer, Variant, Code[20], Text, Code[20], var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeTrySendToPrinter | (Integer, Variant, Integer, Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeTrySendToEMail | (Integer, Variant, Integer, Text[150], Integer, Boolean, var Boolean) | 17 | - | - |
| Integration event | OnCheckElectronicSendingEnabled | (var Boolean) | 17-28 | - | - |
| Integration event | OnGetDocumentName | (Enum Report Selection Usage, var Text[150]) | 17-28 | - | - |
| Integration event | OnGetDefaultOnBeforeDocumentSendingProfileInsert | (var Record Document Sending Profile) | 17-28 | - | - |
| Integration event | OnSendCustomerRecordsOnBeforeLookupProfile | (Integer, Variant, Code[20], var RecordRef) | 17-19 | - | - |
| Integration event | OnSendVendorRecordsOnBeforeLookupProfile | (Integer, Variant, Code[20], var RecordRef) | 17-19 | - | - |
| Integration event | OnBeforeTrySendToEMail | (Integer, Variant, Integer, Text[150], Integer, Boolean, var Boolean, var Boolean) | 18-21 | - | - |
| Integration event | OnAfterSendToEMail | (var Record Document Sending Profile, Enum Report Selection Usage, Variant, Code[20], Text[150], Code[20]) | 20 | - | - |
| Integration event | OnAfterSendToEmailVendor | (var Record Document Sending Profile, Enum Report Selection Usage, Variant, Code[20], Text[150], Code[20]) | 20 | - | - |
| Integration event | OnBeforeOnDelete | (Record Document Sending Profile, var Boolean) | 20-28 | - | - |
| Integration event | OnSendCustomerRecordsOnBeforeLookupProfile | (Integer, Variant, Code[20], var RecordRef, Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnSendVendorRecordsOnBeforeLookupProfile | (Integer, Variant, Code[20], var RecordRef, Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeVerifySelectedOptionsValid | (var Record Document Sending Profile, var Boolean) | 20-28 | - | - |
| Integration event | OnAfterSendToEMail | (var Record Document Sending Profile, Enum Report Selection Usage, Variant, Code[20], Text[150], Code[20], Integer, Boolean) | 21-28 | - | - |
| Integration event | OnAfterSendToEmailVendor | (var Record Document Sending Profile, Enum Report Selection Usage, Variant, Code[20], Text[150], Code[20], Integer, Boolean) | 21-28 | - | - |
| Integration event | OnAfterSend | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer, Record Document Sending Profile) | 22-28 | - | - |
| Integration event | OnAfterSendVendor | (Integer, Variant, Code[20], Code[20], Text[150], Integer, Integer, Record Document Sending Profile) | 22-28 | - | - |
| Integration event | OnBeforeTrySendToEMail | (Integer, Variant, Integer, Text[150], Integer, var Boolean, var Boolean, var Boolean) | 22-27 | - | - |
| Integration event | OnAfterGetRecordAsText | (Record Document Sending Profile, var Text, Text, Text) | 22-28 | - | - |
| Integration event | OnBeforeSendToPrinter | (var Record Document Sending Profile, var Record Report Selections, Variant) | 23-28 | - | - |
| Integration event | OnSendWithReportDistributionManagement | (var Record Document Sending Profile, var Boolean) | 27-28 | - | - |
| Integration event | OnBeforeTrySendToEMail | (Integer, Variant, Integer, Text[150], Integer, var Boolean, var Boolean, var Boolean, var Record Document Sending Profile) | 28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
