Resources Setup

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

Table Type: Company

Table Name: Resources Setup
Database Table Name: CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 314

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 Resources Setup can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Primary Key]
   ,[Resource Nos_]
   ,[Time Sheet Nos_]
   ,[Time Sheet First Weekday]
   ,[Time Sheet by Job Approval]
   ,[Use New Time Sheet Experience]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Resources Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Primary Key Primary Key SearchPrimary KeyNormalCode10Primary Keynvarchar(20)
2Resource Nos. SearchResource Nos.NormalCode20Resource Nos_nvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Resources Setup].[Resource Nos_]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resources Setup]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Resources Setup].[Resource Nos_] = [No. Series].[Code]
950Time Sheet Nos. SearchTime Sheet Nos.NormalCode20Time Sheet Nos_nvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [Resources Setup].[Time Sheet Nos_]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resources Setup]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [Resources Setup].[Time Sheet Nos_] = [No. Series].[Code]
951Time Sheet First Weekday SearchTime Sheet First WeekdayNormalOption4Time Sheet First Weekdayint
Available options are:
  • “Monday”
  • “Tuesday”
  • “Wednesday”
  • “Thursday”
  • “Friday”
  • “Saturday”
  • “Sunday”
952Time Sheet by Job Approval SearchTime Sheet by Job ApprovalNormalOption4Time Sheet by Job Approvalint
Available options are:
  • “Never”
  • “Machine Only”
  • “Always”
953Use New Time Sheet Experience SearchUse New Time Sheet ExperienceNormalBoolean4Use New Time Sheet Experiencetinyint
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
       [Resources Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resources Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Resources Setup].[$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
       [Resources Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Resources Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resources Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [Resources Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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