Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1062
Table Type: Company
Table Name: Payment Reporting Argument
Database Table Name: CRONUS UK Ltd_$Payment Reporting Argument$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 Payment Reporting Argument can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Payment Reporting Argument$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Key]
,[Document Record ID]
,[Setup Record ID]
,[Logo]
,[URL Caption]
,[Target URL]
,[Language Code]
,[Payment Service ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Payment Reporting Argument$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Payment Reporting Argument$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Reporting Argument]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Payment Reporting Argument].[Language Code] = [Language].[Code]
Show/hide columns in Payment Reporting Argument table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Key ![]() ![]() | int | ||||
3 | Document Record ID ![]() | varbinary(448) | ||||
4 | Setup Record ID ![]() | varbinary(448) | ||||
5 | Logo ![]() | image | ||||
6 | URL Caption ![]() | nvarchar(500) | ||||
7 | Target URL ![]() | image | ||||
8 | Language Code ![]() | nvarchar(20) | ||||
Key to join to the Language table.Show/hide example querySELECT
[Payment Reporting Argument].[Language Code]
,[Language].[Code]
FROM
[CRONUS UK Ltd_$Payment Reporting Argument$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Reporting Argument]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Payment Reporting Argument].[Language Code] = [Language].[Code] | ||||||
9 | Payment Service ID ![]() | int | ||||
10 | $systemId ![]() | uniqueidentifier | ||||
11 | $systemCreatedAt ![]() | datetime | ||||
12 | $systemCreatedBy ![]() | uniqueidentifier | ||||
13 | $systemModifiedAt ![]() | datetime | ||||
14 | $systemModifiedBy ![]() | uniqueidentifier |