Shpfy Order Tax Line

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

Table Type: Company

Table Name: Shpfy Order Tax Line
Database Table Name: CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb

Table Number: 30122

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 Shpfy Order Tax Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

Show/hide an example select of all columns by name

SELECT
   [Parent Id]
   ,[Line No_]
   ,[Title]
   ,[Rate]
   ,[Amount]
   ,[Currency Code]
   ,[Presentment Amount]
   ,[Rate _]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Tax Line]
LEFT JOIN
   [CRONUS UK Ltd_$Shpfy Order Transaction$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Transaction]
      ON
         [Shpfy Order Tax Line].[Parent Id] = [Shpfy Order Transaction].[Shopify Transaction Id]
LEFT JOIN
   [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
      ON
         [Shpfy Order Tax Line].[Currency Code] = [Currency].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Order Tax Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Order Tax Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy Order Tax Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Parent Id Primary Key SearchParent IdNormalBigInteger8Parent Idbigint
Key to join to the Shpfy Order Transaction table.

Show/hide example query

SELECT
       [Shpfy Order Tax Line].[Parent Id]
       ,[Shpfy Order Transaction].[Shopify Transaction Id]
FROM
       [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Tax Line]
LEFT JOIN
       [CRONUS UK Ltd_$Shpfy Order Transaction$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Transaction]
              ON
                     [Shpfy Order Tax Line].[Parent Id] = [Shpfy Order Transaction].[Shopify Transaction Id]
2Line No. Primary Key SearchLine No.NormalInteger4Line No_int
3Title SearchTitleNormalCode20Titlenvarchar(40)
4Rate SearchRateNormalDecimal12Ratedecimal(38,38)
5Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
6Currency Code SearchCurrency CodeNormalCode10Currency Codenvarchar(20)
Key to join to the Currency table.

Show/hide example query

SELECT
       [Shpfy Order Tax Line].[Currency Code]
       ,[Currency].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Tax Line]
LEFT JOIN
       [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
              ON
                     [Shpfy Order Tax Line].[Currency Code] = [Currency].[Code]
7Presentment Amount SearchPresentment AmountNormalDecimal12Presentment Amountdecimal(38,38)
8Rate % SearchRate %NormalDecimal12Rate _decimal(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
       [Shpfy Order Tax Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Tax Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Order Tax 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
       [Shpfy Order Tax Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Order Tax Line$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Order Tax Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Order Tax Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Shpfy Order Tax Line table

Leave a Reply

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