Resource Skill

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

Table Type: Company

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

Table Number: 5956

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 Resource Skill can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Type]
   ,[No_]
   ,[Skill Code]
   ,[Assigned From]
   ,[Source Type]
   ,[Source Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Resource Skill$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

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

Show/hide columns in Resource Skill table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Type Primary Key SearchTypeNormalOption4Typeint
Available options are:
  • “Resource”
  • “Service Item Group”
  • “Item”
  • “Service Item”
2No. Primary Key SearchNo.NormalCode20No_nvarchar(40)
3Skill Code Primary Key SearchSkill CodeNormalCode10Skill Codenvarchar(20)
Key to join to the Skill Code table.

Show/hide example query

SELECT
       [Resource Skill].[Skill Code]
       ,[Skill Code].[Code]
FROM
       [CRONUS UK Ltd_$Resource Skill$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Skill]
LEFT JOIN
       [CRONUS UK Ltd_$Skill Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Skill Code]
              ON
                     [Resource Skill].[Skill Code] = [Skill Code].[Code]
4Assigned From SearchAssigned FromNormalOption4Assigned Fromint
Available options are:
  • ” “
  • “Service Item Group”
  • “Item”
5Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Service Item Group”
  • “Item”
6Source Code SearchSource CodeNormalCode20Source Codenvarchar(40)
Key to join to the Source Code table.

Show/hide example query

SELECT
       [Resource Skill].[Source Code]
       ,[Source Code].[Code]
FROM
       [CRONUS UK Ltd_$Resource Skill$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Skill]
LEFT JOIN
       [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
              ON
                     [Resource Skill].[Source Code] = [Source Code].[Code]
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
       [Resource Skill].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Resource Skill$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Skill]
LEFT JOIN
       [User] AS [User]
              ON
                     [Resource Skill].[$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
       [Resource Skill].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Resource Skill$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Skill]
LEFT JOIN
       [User] AS [User]
              ON
                     [Resource Skill].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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