VATGroup Submission Line

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/4803

Table Type: Company

Table Name: VATGroup Submission Line
Database Table Name: CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 4803

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 VATGroup Submission Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [VAT Group Submission ID]
   ,[VAT Group Submission No_]
   ,[ID]
   ,[Line No_]
   ,[Row No_]
   ,[Description]
   ,[Box No_]
   ,[Amount]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VATGroup Submission Line]
LEFT JOIN
   [User] AS [User]
      ON
         [VATGroup Submission Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [VATGroup Submission Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in VATGroup Submission Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1VAT Group Submission ID Primary Key SearchVAT Group Submission IDNormalGUID16VAT Group Submission IDuniqueidentifier
5VAT Group Submission No. SearchVAT Group Submission No.NormalCode20VAT Group Submission No_nvarchar(40)
7ID SearchIDNormalGUID16IDuniqueidentifier
10Line No. Primary Key SearchLine No.NormalInteger4Line No_int
15Row No. SearchRow No.NormalCode10Row No_nvarchar(20)
20Description SearchDescriptionNormalText100Descriptionnvarchar(200)
25Box No. SearchBox No.NormalText30Box No_nvarchar(60)
30Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [VATGroup Submission Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VATGroup Submission Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [VATGroup Submission Line].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [VATGroup Submission Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$VATGroup Submission Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VATGroup Submission Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [VATGroup Submission Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *