Shpfy Tax Area

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

Table Type: Company

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

Table Number: 30109

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 Tax Area can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Country_Region Code]
   ,[County]
   ,[Tax Area Code]
   ,[Tax Liable]
   ,[VAT Bus_ Posting Group]
   ,[County Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy Tax Area$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 Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
   [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
      ON
         [Shpfy Tax Area].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Tax Area].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Tax Area].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy Tax Area table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Country/Region Code Primary Key SearchCountry/Region CodeNormalCode20Country_Region Codenvarchar(40)
Key to join to the Country/Region table.

Show/hide example query

SELECT
       [Shpfy Tax Area].[Country_Region Code]
       ,[Country/Region].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
       [CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country/Region]
              ON
                     [Shpfy Tax Area].[Country_Region Code] = [Country/Region].[Code]
2County Primary Key SearchStateNormalText50Countynvarchar(100)
3Tax Area Code SearchTax Area CodeNormalCode20Tax Area Codenvarchar(40)
Key to join to the Tax Area table.

Show/hide example query

SELECT
       [Shpfy Tax Area].[Tax Area Code]
       ,[Tax Area].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
       [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
              ON
                     [Shpfy Tax Area].[Tax Area Code] = [Tax Area].[Code]
4Tax Liable SearchTax LiableNormalBoolean4Tax Liabletinyint
5VAT Bus. Posting Group SearchTax Bus. Posting GroupNormalCode20VAT Bus_ Posting Groupnvarchar(40)
Key to join to the VAT Business Posting Group table.

Show/hide example query

SELECT
       [Shpfy Tax Area].[VAT Bus_ Posting Group]
       ,[VAT Business Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$Shpfy Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group]
              ON
                     [Shpfy Tax Area].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code]
6County Code SearchState CodeNormalCode2County Codenvarchar(4)
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 Tax Area].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Tax Area].[$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 Tax Area].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Tax Area$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Tax Area]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Tax Area].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Shpfy Tax Area table

Leave a Reply

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