Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/9063
Table Type: Company
Table Name: Relationship Mgmt. Cue
Database Table Name: CRONUS UK Ltd_$Relationship Mgmt_ Cue$437dbf0e-84ff-417a-965d-ed2bb9650972
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 Relationship Mgmt. Cue can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Relationship Mgmt_ Cue$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Uninvoiced Bookings]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Relationship Mgmt_ Cue$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Relationship Mgmt_ Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Relationship Mgmt. Cue]
LEFT JOIN
[User] AS [User]
ON
[Relationship Mgmt. Cue].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Relationship Mgmt. Cue].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Relationship Mgmt. Cue table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Primary Key | Primary Key | Normal | Code | 10 | Primary Key | nvarchar(20) |
2 | Contacts | Contacts | FlowField | Integer | 4 | ||
3 | Segments | Segments | FlowField | Integer | 4 | ||
4 | Logged Segments | Logged Segments | FlowField | Integer | 4 | ||
5 | Open Opportunities | Open Opportunities | FlowField | Integer | 4 | ||
6 | Closed Opportunities | Closed Opportunities | FlowField | Integer | 4 | ||
7 | Opportunities Due in 7 Days | Opportunities Due in 7 Days | FlowField | Integer | 4 | ||
8 | Overdue Opportunities | Overdue Opportunities | FlowField | Integer | 4 | ||
9 | Sales Cycles | Sales Cycles | FlowField | Integer | 4 | ||
10 | Sales Persons | Sales Persons | FlowField | Integer | 4 | ||
11 | Contacts – Open Opportunities | Contacts – Open Opportunities | FlowField | Integer | 4 | ||
12 | Contacts – Companies | Contacts – Companies | FlowField | Integer | 4 | ||
13 | Contacts – Persons | Contacts – Persons | FlowField | Integer | 4 | ||
14 | Contacts – Duplicates | Contacts – Duplicates | FlowField | Integer | 4 | ||
18 | Due Date Filter | Due Date Filter | FlowFilter | Date | 4 | ||
19 | Overdue Date Filter | Overdue Date Filter | FlowFilter | Date | 4 | ||
20 | Open Sales Quotes | Open Sales Quotes | FlowField | Integer | 4 | ||
21 | Open Sales Orders | Open Sales Orders | FlowField | Integer | 4 | ||
22 | Active Campaigns | Active Campaigns | FlowField | Integer | 4 | ||
23 | Uninvoiced Bookings | Uninvoiced Bookings | Normal | Integer | 4 | Uninvoiced Bookings | int |
24 | Coupled Data Synch Errors | Coupled Data Synch Errors | FlowField | Integer | 4 | ||
25 | CDS Integration Errors | Dataverse Integration Errors | FlowField | Integer | 4 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Relationship Mgmt. Cue].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Relationship Mgmt_ Cue$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Relationship Mgmt. Cue] LEFT JOIN [User] AS [User] ON [Relationship Mgmt. Cue].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |