Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/60
Table Type: Company
Table Name: Document Sending Profile
Database Table Name: CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Document Sending Profile can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Code]
,[Description]
,[Printer]
,[E-Mail]
,[E-Mail Attachment]
,[E-Mail Format]
,[Disk]
,[Disk Format]
,[Electronic Document]
,[Electronic Format]
,[Default]
,[Send To]
,[Usage]
,[One Related Party Selected]
,[Combine Email Documents]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile]
LEFT JOIN
[CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format]
ON
[Document Sending Profile].[E-Mail Format] = [Electronic Document Format].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format]
ON
[Document Sending Profile].[Disk Format] = [Electronic Document Format].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format]
ON
[Document Sending Profile].[Electronic Format] = [Electronic Document Format].[Code]
LEFT JOIN
[User] AS [User]
ON
[Document Sending Profile].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Document Sending Profile].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Document Sending Profile table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Code | Code | Normal | Code | 20 | Code | nvarchar(40) |
2 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
10 | Printer | Printer | Normal | Option | 4 | Printer | int |
Available options are:
| |||||||
11 | Normal | Option | 4 | int | |||
Available options are:
| |||||||
12 | E-Mail Attachment | Email Attachment | Normal | Option | 4 | E-Mail Attachment | int |
Available options are:
| |||||||
13 | E-Mail Format | Email Format | Normal | Code | 20 | E-Mail Format | nvarchar(40) |
Key to join to the Electronic Document Format table.Show/hide example querySELECT [Document Sending Profile].[E-Mail Format] ,[Electronic Document Format].[Code] FROM [CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile] LEFT JOIN [CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format] ON [Document Sending Profile].[E-Mail Format] = [Electronic Document Format].[Code] | |||||||
15 | Disk | Disk | Normal | Option | 4 | Disk | int |
Available options are:
| |||||||
16 | Disk Format | Disk Format | Normal | Code | 20 | Disk Format | nvarchar(40) |
Key to join to the Electronic Document Format table.Show/hide example querySELECT [Document Sending Profile].[Disk Format] ,[Electronic Document Format].[Code] FROM [CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile] LEFT JOIN [CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format] ON [Document Sending Profile].[Disk Format] = [Electronic Document Format].[Code] | |||||||
20 | Electronic Document | Electronic Document | Normal | Option | 4 | Electronic Document | int |
Available options are:
| |||||||
21 | Electronic Format | Electronic Format | Normal | Code | 20 | Electronic Format | nvarchar(40) |
Key to join to the Electronic Document Format table.Show/hide example querySELECT [Document Sending Profile].[Electronic Format] ,[Electronic Document Format].[Code] FROM [CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile] LEFT JOIN [CRONUS UK Ltd_$Electronic Document Format$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Electronic Document Format] ON [Document Sending Profile].[Electronic Format] = [Electronic Document Format].[Code] | |||||||
30 | Default | Default | Normal | Boolean | 4 | Default | tinyint |
50 | Send To | Send To | Normal | Option | 4 | Send To | int |
Available options are:
| |||||||
51 | Usage | Usage | Normal | Option | 4 | Usage | int |
Available options are:
| |||||||
52 | One Related Party Selected | One Related Party Selected | Normal | Boolean | 4 | One Related Party Selected | tinyint |
60 | Combine Email Documents | Combine Email Documents | Normal | Boolean | 4 | Combine Email Documents | tinyint |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Document Sending Profile].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Document Sending Profile$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Document Sending Profile] LEFT JOIN [User] AS [User] ON [Document Sending Profile].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |