Put-away Template Line

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

Table Type: Company

Table Name: Put-away Template Line
Database Table Name: CRONUS UK Ltd_$Put-away Template Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 7308

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 Put-away Template Line can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Put-away Template Code]
   ,[Line No_]
   ,[Description]
   ,[Find Fixed Bin]
   ,[Find Floating Bin]
   ,[Find Same Item]
   ,[Find Unit of Measure Match]
   ,[Find Bin w_ Less than Min_ Qty]
   ,[Find Empty Bin]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Put-away Template 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_$Put-away Template Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Line]
LEFT JOIN
   [CRONUS UK Ltd_$Put-away Template Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Header]
      ON
         [Put-away Template Line].[Put-away Template Code] = [Put-away Template Header].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Put-away Template Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Put-away Template Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Put-away Template Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Put-away Template Code Primary Key SearchPut-away Template CodeNormalCode10Put-away Template Codenvarchar(20)
Key to join to the Put-away Template Header table.

Show/hide example query

SELECT
       [Put-away Template Line].[Put-away Template Code]
       ,[Put-away Template Header].[Code]
FROM
       [CRONUS UK Ltd_$Put-away Template Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Line]
LEFT JOIN
       [CRONUS UK Ltd_$Put-away Template Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Header]
              ON
                     [Put-away Template Line].[Put-away Template Code] = [Put-away Template Header].[Code]
2Line No. Primary Key SearchLine No.NormalInteger4Line No_int
3Description SearchDescriptionNormalText100Descriptionnvarchar(200)
4Find Fixed Bin SearchFind Fixed BinNormalBoolean4Find Fixed Bintinyint
5Find Floating Bin SearchFind Floating BinNormalBoolean4Find Floating Bintinyint
6Find Same Item SearchFind Same ItemNormalBoolean4Find Same Itemtinyint
7Find Unit of Measure Match SearchFind Unit of Measure MatchNormalBoolean4Find Unit of Measure Matchtinyint
8Find Bin w. Less than Min. Qty SearchFind Bin w. Less than Min. QtyNormalBoolean4Find Bin w_ Less than Min_ Qtytinyint
9Find Empty Bin SearchFind Empty BinNormalBoolean4Find Empty Bintinyint
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
       [Put-away Template Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Put-away Template Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Put-away Template 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
       [Put-away Template Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Put-away Template Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Put-away Template Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [Put-away Template Line].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Put-away Template Line table

Leave a Reply

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