Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1231
Table Type: Company
Table Name: Positive Pay Entry
Database Table Name: CRONUS UK Ltd_$Positive Pay Entry$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 Positive Pay Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Positive Pay Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Bank Account No_]
,[Upload Date-Time]
,[Last Upload Date]
,[Last Upload Time]
,[Number of Uploads]
,[Number of Checks]
,[Number of Voids]
,[Check Amount]
,[Void Amount]
,[Confirmation Number]
,[Exported File]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Positive Pay Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Positive Pay Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Positive Pay Entry]
LEFT JOIN
[User] AS [User]
ON
[Positive Pay Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Positive Pay Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Positive Pay Entry table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Bank Account No. | Bank Account No. | Normal | Code | 20 | Bank Account No_ | nvarchar(40) |
Key to join to the Bank Account table.Show/hide example querySELECT [Positive Pay Entry].[Bank Account No_] ,[Bank Account].[No_] FROM [CRONUS UK Ltd_$Positive Pay Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Positive Pay Entry] LEFT JOIN [CRONUS UK Ltd_$Bank Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Account] ON [Positive Pay Entry].[Bank Account No_] = [Bank Account].[No_] | |||||||
2 | Upload Date-Time | Upload Date-Time | Normal | DateTime | 8 | Upload Date-Time | datetime |
5 | Last Upload Date | Last Upload Date | Normal | Date | 4 | Last Upload Date | datetime |
6 | Last Upload Time | Last Upload Time | Normal | Time | 4 | Last Upload Time | datetime |
7 | Number of Uploads | Number of Uploads | Normal | Integer | 4 | Number of Uploads | int |
8 | Number of Checks | Number of Checks | Normal | Integer | 4 | Number of Checks | int |
9 | Number of Voids | Number of Voids | Normal | Integer | 4 | Number of Voids | int |
10 | Check Amount | Check Amount | Normal | Decimal | 12 | Check Amount | decimal(38,38) |
11 | Void Amount | Void Amount | Normal | Decimal | 12 | Void Amount | decimal(38,38) |
12 | Confirmation Number | Confirmation Number | Normal | Text | 20 | Confirmation Number | nvarchar(40) |
13 | Exported File | Exported File | Normal | BLOB | 8 | Exported File | image |
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 [Positive Pay Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Positive Pay Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Positive Pay Entry] LEFT JOIN [User] AS [User] ON [Positive Pay Entry].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |