Registered Whse. Activity Hdr.

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

Table Type: Company

Table Name: Registered Whse. Activity Hdr.
Database Table Name: CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5772

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 Registered Whse. Activity Hdr. can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$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]
   ,[Registering Date]
   ,[No_ Series]
   ,[Whse_ Activity No_]
   ,[No_ Printed]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Registered Whse. Activity Hdr. 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
       [Registered Whse. Activity Hdr.].[Location Code]
       ,[Location].[Code]
FROM
       [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Registered Whse. Activity Hdr.]
LEFT JOIN
       [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
              ON
                     [Registered Whse. Activity Hdr.].[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
       [Registered Whse. Activity Hdr.].[Assigned User ID]
       ,[User Setup].[User ID]
FROM
       [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Registered Whse. Activity Hdr.]
LEFT JOIN
       [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
              ON
                     [Registered Whse. Activity Hdr.].[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”
8Registering Date SearchRegistering DateNormalDate4Registering Datedatetime
9No. Series SearchNo. SeriesNormalCode20No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Registered Whse. Activity Hdr.].[No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Registered Whse. Activity Hdr.]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Registered Whse. Activity Hdr.].[No_ Series] = [No. Series].[Code]
10Comment SearchCommentFlowFieldBoolean4
11Whse. Activity No. SearchWhse. Activity No.NormalCode20Whse_ Activity No_nvarchar(40)
12No. Printed SearchNo. PrintedNormalInteger4No_ Printedint
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
       [Registered Whse. Activity Hdr.].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Registered Whse. Activity Hdr.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Registered Whse. Activity Hdr.].[$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
       [Registered Whse. Activity Hdr.].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Registered Whse_ Activity Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Registered Whse. Activity Hdr.]
LEFT JOIN
       [User] AS [User]
              ON
                     [Registered Whse. Activity Hdr.].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Registered Whse. Activity Hdr. table

Leave a Reply

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