Job Journal Quantity

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

Table Type: Company

Table Name: Job Journal Quantity
Database Table Name: CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 278

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 Job Journal Quantity can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Is Total]
   ,[Unit of Measure Code]
   ,[Line Type]
   ,[Work Type Code]
   ,[Quantity]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Quantity]
LEFT JOIN
   [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
      ON
         [Job Journal Quantity].[Work Type Code] = [Work Type].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Journal Quantity].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Journal Quantity].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Job Journal Quantity table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Is Total Primary Key SearchIs TotalNormalBoolean4Is Totaltinyint
2Unit of Measure Code Primary Key SearchUnit of Measure CodeNormalCode10Unit of Measure Codenvarchar(20)
3Line Type Primary Key SearchLine TypeNormalOption4Line Typeint
Available options are:
  • “”
  • “Total”
4Work Type Code Primary Key SearchWork Type CodeNormalCode10Work Type Codenvarchar(20)
Key to join to the Work Type table.

Show/hide example query

SELECT
       [Job Journal Quantity].[Work Type Code]
       ,[Work Type].[Code]
FROM
       [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Quantity]
LEFT JOIN
       [CRONUS UK Ltd_$Work Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Work Type]
              ON
                     [Job Journal Quantity].[Work Type Code] = [Work Type].[Code]
5Quantity SearchQuantityNormalDecimal12Quantitydecimal(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
       [Job Journal Quantity].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Quantity]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job Journal Quantity].[$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
       [Job Journal Quantity].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Journal Quantity$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Journal Quantity]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job Journal Quantity].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Job Journal Quantity table

Leave a Reply

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