Copy Item Buffer

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

Table Type: Company

Table Name: Copy Item Buffer
Database Table Name: CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 729

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 Copy Item Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Source Item No_]
   ,[Target Item No_]
   ,[Target No_ Series]
   ,[Number of Copies]
   ,[General Item Information]
   ,[Units of Measure]
   ,[Dimensions]
   ,[Picture]
   ,[Comments]
   ,[Sales Prices]
   ,[Sales Line Discounts]
   ,[Purchase Prices]
   ,[Purchase Line Discounts]
   ,[Troubleshooting]
   ,[Resource Skills]
   ,[Item Variants]
   ,[Translations]
   ,[Extended Texts]
   ,[BOM Components]
   ,[Item Vendors]
   ,[Attributes]
   ,[Item Cross References]
   ,[Item References]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Copy Item Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Source Item No. SearchSource Item No.NormalCode20Source Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Copy Item Buffer].[Source Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Copy Item Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Copy Item Buffer].[Source Item No_] = [Item].[No_]
3Target Item No. SearchTarget Item No.NormalCode20Target Item No_nvarchar(40)
4Target No. Series SearchTarget No. SeriesNormalCode20Target No_ Seriesnvarchar(40)
5Number of Copies SearchNumber of CopiesNormalInteger4Number of Copiesint
10General Item Information SearchGeneral Item InformationNormalBoolean4General Item Informationtinyint
11Units of Measure SearchUnits of MeasureNormalBoolean4Units of Measuretinyint
12Dimensions SearchDimensionsNormalBoolean4Dimensionstinyint
13Picture SearchPictureNormalBoolean4Picturetinyint
14Comments SearchCommentsNormalBoolean4Commentstinyint
15Sales Prices SearchSales PricesNormalBoolean4Sales Pricestinyint
16Sales Line Discounts SearchSales Line DiscountsNormalBoolean4Sales Line Discountstinyint
17Purchase Prices SearchPurchase PricesNormalBoolean4Purchase Pricestinyint
18Purchase Line Discounts SearchPurchase Line DiscountsNormalBoolean4Purchase Line Discountstinyint
19Troubleshooting SearchTroubleshootingNormalBoolean4Troubleshootingtinyint
20Resource Skills SearchResource SkillsNormalBoolean4Resource Skillstinyint
21Item Variants SearchItem VariantsNormalBoolean4Item Variantstinyint
22Translations SearchTranslationsNormalBoolean4Translationstinyint
23Extended Texts SearchExtended TextNormalBoolean4Extended Textstinyint
24BOM Components SearchAssembly BOM ComponentsNormalBoolean4BOM Componentstinyint
25Item Vendors SearchItem VendorsNormalBoolean4Item Vendorstinyint
26Attributes SearchAttributesNormalBoolean4Attributestinyint
27Item Cross References SearchItem Cross ReferencesNormalBoolean4Item Cross Referencestinyint
28Item References SearchItem ReferencesNormalBoolean4Item Referencestinyint
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
       [Copy Item Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Copy Item Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Copy Item Buffer].[$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
       [Copy Item Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Copy Item Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Copy Item Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Copy Item Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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