Res. Capacity Entry

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

Table Type: Company

Table Name: Res. Capacity Entry
Database Table Name: CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 160

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 Res. Capacity Entry can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Resource No_]
   ,[Resource Group No_]
   ,[Date]
   ,[Capacity]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Res. Capacity Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Resource No. SearchResource No.NormalCode20Resource No_nvarchar(40)
Key to join to the Resource table.

Show/hide example query

SELECT
       [Res. Capacity Entry].[Resource No_]
       ,[Resource].[No_]
FROM
       [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Res. Capacity Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Resource$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource]
              ON
                     [Res. Capacity Entry].[Resource No_] = [Resource].[No_]
3Resource Group No. SearchResource Group No.NormalCode20Resource Group No_nvarchar(40)
Key to join to the Resource Group table.

Show/hide example query

SELECT
       [Res. Capacity Entry].[Resource Group No_]
       ,[Resource Group].[No_]
FROM
       [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Res. Capacity Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Resource Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Group]
              ON
                     [Res. Capacity Entry].[Resource Group No_] = [Resource Group].[No_]
4Date SearchDateNormalDate4Datedatetime
5Capacity SearchCapacityNormalDecimal12Capacitydecimal(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
       [Res. Capacity Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Res. Capacity Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Res. Capacity Entry].[$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
       [Res. Capacity Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Res_ Capacity Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Res. Capacity Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Res. Capacity Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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