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