Warehouse Activity Header

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

Table Type: Company

Table Name: Warehouse Activity Header
Database Table Name: CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5766

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 Warehouse Activity Header can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Type]
   ,[No_]
   ,[Location Code]
   ,[Assigned User ID]
   ,[Assignment Date]
   ,[Assignment Time]
   ,[Sorting Method]
   ,[No_ Series]
   ,[No_ Printed]
   ,[Posting Date]
   ,[Registering No_]
   ,[Last Registering No_]
   ,[Registering No_ Series]
   ,[Date of Last Printing]
   ,[Time of Last Printing]
   ,[Breakbulk Filter]
   ,[Source No_]
   ,[Source Document]
   ,[Source Type]
   ,[Source Subtype]
   ,[Destination Type]
   ,[Destination No_]
   ,[External Document No_]
   ,[Expected Receipt Date]
   ,[Shipment Date]
   ,[External Document No_2]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Warehouse Activity Header].[Location Code] = [Location].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
      ON
         [Warehouse Activity Header].[Assigned User ID] = [User Setup].[User ID]
LEFT JOIN
   [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
      ON
         [Warehouse Activity Header].[Location Filter] = [Location].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Warehouse Activity Header].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Warehouse Activity Header].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Warehouse Activity Header table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Type Primary Key SearchTypeNormalOption4Typeint
Available options are:
  • ” “
  • “Put-away”
  • “Pick”
  • “Movement”
  • “Invt. Put-away”
  • “Invt. Pick”
  • “Invt. Movement”
2No. Primary Key SearchNo.NormalCode20No_nvarchar(40)
3Location Code SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [Warehouse Activity Header].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Warehouse Activity Header].[Location Code] = [Location].[Code]
4Assigned User ID SearchAssigned User IDNormalCode50Assigned User IDnvarchar(100)
Key to join to the User Setup table.

Show/hide example query

SELECT
       [Warehouse Activity Header].[Assigned User ID]
       ,[User Setup].[User ID]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
              ON
                     [Warehouse Activity Header].[Assigned User ID] = [User Setup].[User ID]
5Assignment Date SearchAssignment DateNormalDate4Assignment Datedatetime
6Assignment Time SearchAssignment TimeNormalTime4Assignment Timedatetime
7Sorting Method SearchSorting MethodNormalOption4Sorting Methodint
Available options are:
  • “None”
  • “Item”
  • “Document”
  • “Shelf or Bin”
  • “Due Date”
  • “Ship-To”
  • “Bin Ranking”
  • “Action Type”
9No. Series SearchNo. SeriesNormalCode20No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Warehouse Activity Header].[No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Warehouse Activity Header].[No_ Series] = [No. Series].[Code]
10Comment SearchCommentFlowFieldBoolean4
12No. Printed SearchNo. PrintedNormalInteger4No_ Printedint
13No. of Lines SearchNo. of LinesFlowFieldInteger4
14Source Type Filter SearchSource Type FilterFlowFilterInteger4
15Source Subtype Filter SearchSource Subtype FilterFlowFilterOption4
16Source No. Filter SearchSource No. FilterFlowFilterCode250
17Location Filter SearchLocation FilterFlowFilterCode250
20Posting Date SearchPosting DateNormalDate4Posting Datedatetime
61Registering No. SearchRegistering No.NormalCode20Registering No_nvarchar(40)
62Last Registering No. SearchLast Registering No.NormalCode20Last Registering No_nvarchar(40)
63Registering No. Series SearchRegistering No. SeriesNormalCode20Registering No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Warehouse Activity Header].[Registering No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Warehouse Activity Header].[Registering No_ Series] = [No. Series].[Code]
7303Date of Last Printing SearchDate of Last PrintingNormalDate4Date of Last Printingdatetime
7304Time of Last Printing SearchTime of Last PrintingNormalTime4Time of Last Printingdatetime
7305Breakbulk Filter SearchBreakbulk FilterNormalBoolean4Breakbulk Filtertinyint
7306Source No. SearchSource No.NormalCode20Source No_nvarchar(40)
7307Source Document SearchSource DocumentNormalOption4Source Documentint
Available options are:
  • ” “
  • “Sales Order”
  • “Sales Return Order”
  • “Purchase Order”
  • “Purchase Return Order”
  • “Inbound Transfer”
  • “Outbound Transfer”
  • “Prod. Consumption”
  • “Prod. Output”
  • “Service Order”
  • “Assembly Consumption”
  • “Assembly Order”
  • “Job Usage”
7308Source Type SearchSource TypeNormalInteger4Source Typeint
7309Source Subtype SearchSource SubtypeNormalOption4Source Subtypeint
Available options are:
  • “0”
  • “1”
  • “2”
  • “3”
  • “4”
  • “5”
  • “6”
  • “7”
  • “8”
  • “9”
  • “10”
7310Destination Type SearchDestination TypeNormalOption4Destination Typeint
Available options are:
  • ” “
  • “Customer”
  • “Vendor”
  • “Location”
  • “Item”
  • “Family”
  • “Sales Order”
7311Destination No. SearchDestination No.NormalCode20Destination No_nvarchar(40)
7312External Document No. SearchExternal Document No.NormalCode35External Document No_nvarchar(70)
7313Expected Receipt Date SearchExpected Receipt DateNormalDate4Expected Receipt Datedatetime
7314Shipment Date SearchShipment DateNormalDate4Shipment Datedatetime
7315External Document No.2 SearchExternal Document No.2NormalCode35External Document No_2nvarchar(70)
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
       [Warehouse Activity Header].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warehouse Activity Header].[$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
       [Warehouse Activity Header].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Warehouse Activity Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Warehouse Activity Header]
LEFT JOIN
       [User] AS [User]
              ON
                     [Warehouse Activity Header].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Warehouse Activity Header table

Leave a Reply

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