Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5600
Table Type: Company
Table Name: Fixed Asset
Database Table Name: CRONUS UK Ltd_$Fixed Asset$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 Fixed Asset can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Description]
,[Search Description]
,[Description 2]
,[FA Class Code]
,[FA Subclass Code]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Location Code]
,[FA Location Code]
,[Vendor No_]
,[Main Asset_Component]
,[Component of Main Asset]
,[Budgeted Asset]
,[Warranty Date]
,[Responsible Employee]
,[Serial No_]
,[Last Date Modified]
,[Blocked]
,[Picture]
,[Maintenance Vendor No_]
,[Under Maintenance]
,[Next Service Date]
,[Inactive]
,[No_ Series]
,[FA Posting Group]
,[Image]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset]
LEFT JOIN
[CRONUS UK Ltd_$FA Class$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Class]
ON
[Fixed Asset].[FA Class Code] = [FA Class].[Code]
LEFT JOIN
[CRONUS UK Ltd_$FA Subclass$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Subclass]
ON
[Fixed Asset].[FA Subclass Code] = [FA Subclass].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Fixed Asset].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Fixed Asset].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Fixed Asset].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$FA Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Location]
ON
[Fixed Asset].[FA Location Code] = [FA Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset]
ON
[Fixed Asset].[Component of Main Asset] = [Fixed Asset].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Employee$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee]
ON
[Fixed Asset].[Responsible Employee] = [Employee].[No_]
LEFT JOIN
[CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
ON
[Fixed Asset].[FA Posting Group] = [FA Posting Group].[Code]
LEFT JOIN
[User] AS [User]
ON
[Fixed Asset].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Fixed Asset].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Fixed Asset table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
2 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
3 | Search Description | Search Description | Normal | Code | 100 | Search Description | nvarchar(200) |
4 | Description 2 | Description 2 | Normal | Text | 50 | Description 2 | nvarchar(100) |
5 | FA Class Code | FA Class Code | Normal | Code | 10 | FA Class Code | nvarchar(20) |
Key to join to the FA Class table.Show/hide example querySELECT [Fixed Asset].[FA Class Code] ,[FA Class].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$FA Class$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Class] ON [Fixed Asset].[FA Class Code] = [FA Class].[Code] | |||||||
6 | FA Subclass Code | FA Subclass Code | Normal | Code | 10 | FA Subclass Code | nvarchar(20) |
Key to join to the FA Subclass table.Show/hide example querySELECT [Fixed Asset].[FA Subclass Code] ,[FA Subclass].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$FA Subclass$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Subclass] ON [Fixed Asset].[FA Subclass Code] = [FA Subclass].[Code] | |||||||
7 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Fixed Asset].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Fixed Asset].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
8 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Fixed Asset].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Fixed Asset].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
9 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Fixed Asset].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Fixed Asset].[Location Code] = [Location].[Code] | |||||||
10 | FA Location Code | FA Location Code | Normal | Code | 10 | FA Location Code | nvarchar(20) |
Key to join to the FA Location table.Show/hide example querySELECT [Fixed Asset].[FA Location Code] ,[FA Location].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$FA Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Location] ON [Fixed Asset].[FA Location Code] = [FA Location].[Code] | |||||||
11 | Vendor No. | Vendor No. | Normal | Code | 20 | Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Fixed Asset].[Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Fixed Asset].[Vendor No_] = [Vendor].[No_] | |||||||
12 | Main Asset/Component | Main Asset/Component | Normal | Option | 4 | Main Asset_Component | int |
13 | Component of Main Asset | Component of Main Asset | Normal | Code | 20 | Component of Main Asset | nvarchar(40) |
14 | Budgeted Asset | Budgeted Asset | Normal | Boolean | 4 | Budgeted Asset | tinyint |
15 | Warranty Date | Warranty Date | Normal | Date | 4 | Warranty Date | datetime |
16 | Responsible Employee | Responsible Employee | Normal | Code | 20 | Responsible Employee | nvarchar(40) |
Key to join to the Employee table.Show/hide example querySELECT [Fixed Asset].[Responsible Employee] ,[Employee].[No_] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Employee$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee] ON [Fixed Asset].[Responsible Employee] = [Employee].[No_] | |||||||
17 | Serial No. | Serial No. | Normal | Text | 50 | Serial No_ | nvarchar(100) |
18 | Last Date Modified | Last Date Modified | Normal | Date | 4 | Last Date Modified | datetime |
19 | Insured | Insured | FlowField | Boolean | 4 | ||
20 | Comment | Comment | FlowField | Boolean | 4 | ||
21 | Blocked | Blocked | Normal | Boolean | 4 | Blocked | tinyint |
22 | Picture | Picture | Normal | BLOB | 8 | Picture | image |
23 | Maintenance Vendor No. | Maintenance Vendor No. | Normal | Code | 20 | Maintenance Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Fixed Asset].[Maintenance Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Fixed Asset].[Maintenance Vendor No_] = [Vendor].[No_] | |||||||
24 | Under Maintenance | Under Maintenance | Normal | Boolean | 4 | Under Maintenance | tinyint |
25 | Next Service Date | Next Service Date | Normal | Date | 4 | Next Service Date | datetime |
26 | Inactive | Inactive | Normal | Boolean | 4 | Inactive | tinyint |
27 | FA Posting Date Filter | FA Posting Date Filter | FlowFilter | Date | 4 | ||
28 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Fixed Asset].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Fixed Asset].[No_ Series] = [No. Series].[Code] | |||||||
29 | FA Posting Group | FA Posting Group | Normal | Code | 20 | FA Posting Group | nvarchar(40) |
Key to join to the FA Posting Group table.Show/hide example querySELECT [Fixed Asset].[FA Posting Group] ,[FA Posting Group].[Code] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group] ON [Fixed Asset].[FA Posting Group] = [FA Posting Group].[Code] | |||||||
30 | Acquired | Acquired | FlowField | Boolean | 4 | ||
140 | Image | Image | Normal | Media | 16 | Image | uniqueidentifier |
10001 | Vehicle Licence Plate | Vehicle License Plate | Normal | Code | 10 | ||
10002 | Vehicle Year | Vehicle Year | Normal | Integer | 4 | ||
10004 | SAT Federal Autotransport | SAT Federal Autotransport | Normal | Code | 10 | ||
10005 | SAT Trailer Type | SAT Trailer Type | Normal | Code | 10 | ||
10006 | SCT Permission Type | SCT Permission Type | Normal | Code | 10 | ||
10007 | SCT Permission Number | SCT Permission Number | Normal | Code | 20 | ||
10008 | SCT Permission No. | SCT Permission No. | Normal | Text | 50 | ||
27000 | SAT Classification Code | SAT Classification Code | Normal | Code | 10 | ||
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 [Fixed Asset].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset] LEFT JOIN [User] AS [User] ON [Fixed Asset].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |