Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1950
Table Type: Company
Table Name: LP Machine Learning Setup
Database Table Name: CRONUS UK Ltd_$LP Machine Learning Setup$3d5b2137-efeb-4014-8489-41d37f8fd4c3
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 LP Machine Learning Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$LP Machine Learning Setup$3d5b2137-efeb-4014-8489-41d37f8fd4c3]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Make Predictions]
,[My Model]
,[Selected Model]
,[My Model Quality]
,[Standard Model Quality]
,[Model Quality Threshold]
,[Use My Model Credentials]
,[Custom API Uri]
,[Custom API Key]
,[Exact Invoice No OnLastML]
,[OverestimatedInvNo OnLastReset]
,[Last Feature Table Reset]
,[Last Background Analysis]
,[Standard Model Pdf]
,[My Model Pdf]
,[Posting Date OnLastML]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$LP Machine Learning Setup$3d5b2137-efeb-4014-8489-41d37f8fd4c3]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$LP Machine Learning Setup$3d5b2137-efeb-4014-8489-41d37f8fd4c3] AS [LP Machine Learning Setup]
LEFT JOIN
[User] AS [User]
ON
[LP Machine Learning Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[LP Machine Learning Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in LP Machine Learning Setup 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 | Make Predictions | Make Predictions | Normal | Boolean | 4 | Make Predictions | tinyint |
3 | My Model | My Model | Normal | BLOB | 8 | My Model | image |
4 | Selected Model | Selected Model | Normal | Option | 4 | Selected Model | int |
Available options are:
| |||||||
5 | My Model Quality | My Model Quality | Normal | Decimal | 12 | My Model Quality | decimal(38,38) |
6 | Standard Model Quality | Standard Model Quality | Normal | Decimal | 12 | Standard Model Quality | decimal(38,38) |
7 | Model Quality Threshold | Model Quality Threshold | Normal | Decimal | 12 | Model Quality Threshold | decimal(38,38) |
8 | Use My Model Credentials | Use My Azure Subscription | Normal | Boolean | 4 | Use My Model Credentials | tinyint |
9 | Custom API Uri | Custom API Uri | Normal | Text | 250 | Custom API Uri | nvarchar(500) |
10 | Custom API Key | Custom API Key | Normal | Text | 200 | Custom API Key | nvarchar(400) |
11 | Exact Invoice No OnLastML | Exact Invoice No OnLastML | Normal | Integer | 4 | Exact Invoice No OnLastML | int |
12 | OverestimatedInvNo OnLastReset | OverestimatedInvNo OnLastReset | Normal | Integer | 4 | OverestimatedInvNo OnLastReset | int |
13 | Last Feature Table Reset | Last Feature Table Reset | Normal | DateTime | 8 | Last Feature Table Reset | datetime |
14 | Last Background Analysis | Last Background Analysis | Normal | DateTime | 8 | Last Background Analysis | datetime |
15 | Standard Model Pdf | Standard Model Pdf | Normal | BLOB | 8 | Standard Model Pdf | image |
16 | My Model Pdf | My Model Pdf | Normal | BLOB | 8 | My Model Pdf | image |
17 | Posting Date OnLastML | Posting Date OnLastML | Normal | Date | 4 | Posting Date OnLastML | datetime |
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 [LP Machine Learning Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$LP Machine Learning Setup$3d5b2137-efeb-4014-8489-41d37f8fd4c3] AS [LP Machine Learning Setup] LEFT JOIN [User] AS [User] ON [LP Machine Learning Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |