Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1154
Table Type: System
Table Name: COHUB User Task
Database Table Name:
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 COHUB User Task can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[]
Show/hide an example select of all columns by name
SELECT
FROM
[]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[] AS [COHUB User Task]
LEFT JOIN
[Company] AS [Company]
ON
[COHUB User Task].[Company Name] = [Company].[Name]
LEFT JOIN
[User] AS [User]
ON
[COHUB User Task].[Assigned To] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[COHUB User Task].[Created By] = [User].[User Name]
LEFT JOIN
[CRONUS UK Ltd_$User Task Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Task Group]
ON
[COHUB User Task].[User Task Group Assigned To] = [User Task Group].[Code]
LEFT JOIN
[User] AS [User]
ON
[COHUB User Task].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[COHUB User Task].[SystemModifiedBy] = [User].[User Security ID]