Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5901
Table Type: Company
Table Name: Service Item Line
Database Table Name: CRONUS UK Ltd_$Service Item Line$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 Service Item Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Document No_]
,[Line No_]
,[Service Item No_]
,[Service Item Group Code]
,[Item No_]
,[Serial No_]
,[Description]
,[Description 2]
,[Repair Status Code]
,[Priority]
,[Response Time (Hours)]
,[Response Date]
,[Response Time]
,[Starting Date]
,[Starting Time]
,[Finishing Date]
,[Finishing Time]
,[Service Shelf No_]
,[Warranty Starting Date (Parts)]
,[Warranty Ending Date (Parts)]
,[Warranty]
,[Warranty _ (Parts)]
,[Warranty _ (Labor)]
,[Warranty Starting Date (Labor)]
,[Warranty Ending Date (Labor)]
,[Contract No_]
,[Loaner No_]
,[Vendor No_]
,[Vendor Item No_]
,[Fault Reason Code]
,[Service Price Group Code]
,[Fault Area Code]
,[Symptom Code]
,[Fault Code]
,[Resolution Code]
,[Variant Code]
,[Actual Response Time (Hours)]
,[Document Type]
,[Serv_ Price Adjmt_ Gr_ Code]
,[Adjustment Type]
,[Base Amount to Adjust]
,[Contract Line No_]
,[Ship-to Code]
,[Customer No_]
,[Responsibility Center]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Release Status]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line]
LEFT JOIN
[CRONUS UK Ltd_$Service Item Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Group]
ON
[Service Item Line].[Service Item Group Code] = [Service Item Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Repair Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Repair Status]
ON
[Service Item Line].[Repair Status Code] = [Repair Status].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code]
ON
[Service Item Line].[Fault Reason Code] = [Fault Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Group]
ON
[Service Item Line].[Service Price Group Code] = [Service Price Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Fault Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Area]
ON
[Service Item Line].[Fault Area Code] = [Fault Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Symptom Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Symptom Code]
ON
[Service Item Line].[Symptom Code] = [Symptom Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Resolution Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resolution Code]
ON
[Service Item Line].[Resolution Code] = [Resolution Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
ON
[Service Item Line].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Service Item Line].[Document Type] = [Sales Header].[Document Type]
AND
[Service Item Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Service Item Line].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Service Item Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Service Item Line].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Resource$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource]
ON
[Service Item Line].[Resource Filter] = [Resource].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Repair Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Repair Status]
ON
[Service Item Line].[Repair Status Code Filter] = [Repair Status].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
ON
[Service Item Line].[Responsibility Center] = [Responsibility Center].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Header]
ON
[Service Item Line].[Service Order Filter] = [Service Header].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Resource Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Group]
ON
[Service Item Line].[Resource Group Filter] = [Resource Group].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Item Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Service Item Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Service Item Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Service Item Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Service Item Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Service Item Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
2 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
3 | Service Item No. | Service Item No. | Normal | Code | 20 | Service Item No_ | nvarchar(40) |
Key to join to the Service Item table.Show/hide example querySELECT [Service Item Line].[Service Item No_] ,[Service Item].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Item$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item] ON [Service Item Line].[Service Item No_] = [Service Item].[No_] | |||||||
4 | Service Item Group Code | Service Item Group Code | Normal | Code | 10 | Service Item Group Code | nvarchar(20) |
Key to join to the Service Item Group table.Show/hide example querySELECT [Service Item Line].[Service Item Group Code] ,[Service Item Group].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Item Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Group] ON [Service Item Line].[Service Item Group Code] = [Service Item Group].[Code] | |||||||
5 | Item No. | Item No. | Normal | Code | 20 | Item No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Service Item Line].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Service Item Line].[Item No_] = [Item].[No_] | |||||||
6 | Serial No. | Serial No. | Normal | Code | 50 | Serial No_ | nvarchar(100) |
7 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
8 | Description 2 | Description 2 | Normal | Text | 50 | Description 2 | nvarchar(100) |
9 | Repair Status Code | Repair Status Code | Normal | Code | 10 | Repair Status Code | nvarchar(20) |
Key to join to the Repair Status table.Show/hide example querySELECT [Service Item Line].[Repair Status Code] ,[Repair Status].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Repair Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Repair Status] ON [Service Item Line].[Repair Status Code] = [Repair Status].[Code] | |||||||
10 | Priority | Priority | Normal | Option | 4 | Priority | int |
Available options are:
| |||||||
11 | Response Time (Hours) | Response Time (Hours) | Normal | Decimal | 12 | Response Time (Hours) | decimal(38,38) |
12 | Response Date | Response Date | Normal | Date | 4 | Response Date | datetime |
13 | Response Time | Response Time | Normal | Time | 4 | Response Time | datetime |
14 | Starting Date | Starting Date | Normal | Date | 4 | Starting Date | datetime |
15 | Starting Time | Starting Time | Normal | Time | 4 | Starting Time | datetime |
16 | Finishing Date | Finishing Date | Normal | Date | 4 | Finishing Date | datetime |
17 | Finishing Time | Finishing Time | Normal | Time | 4 | Finishing Time | datetime |
18 | Service Shelf No. | Service Shelf No. | Normal | Code | 10 | Service Shelf No_ | nvarchar(20) |
Key to join to the Service Shelf table.Show/hide example querySELECT [Service Item Line].[Service Shelf No_] ,[Service Shelf].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Shelf$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Shelf] ON [Service Item Line].[Service Shelf No_] = [Service Shelf].[No_] | |||||||
19 | Warranty Starting Date (Parts) | Warranty Starting Date (Parts) | Normal | Date | 4 | Warranty Starting Date (Parts) | datetime |
20 | Warranty Ending Date (Parts) | Warranty Ending Date (Parts) | Normal | Date | 4 | Warranty Ending Date (Parts) | datetime |
21 | Warranty | Warranty | Normal | Boolean | 4 | Warranty | tinyint |
22 | Warranty % (Parts) | Warranty % (Parts) | Normal | Decimal | 12 | Warranty _ (Parts) | decimal(38,38) |
23 | Warranty % (Labor) | Warranty % (Labor) | Normal | Decimal | 12 | Warranty _ (Labor) | decimal(38,38) |
24 | Warranty Starting Date (Labor) | Warranty Starting Date (Labor) | Normal | Date | 4 | Warranty Starting Date (Labor) | datetime |
25 | Warranty Ending Date (Labor) | Warranty Ending Date (Labor) | Normal | Date | 4 | Warranty Ending Date (Labor) | datetime |
26 | Contract No. | Contract No. | Normal | Code | 20 | Contract No_ | nvarchar(40) |
27 | Location of Service Item | Location of Service Item | FlowField | Text | 30 | ||
28 | Loaner No. | Loaner No. | Normal | Code | 20 | Loaner No_ | nvarchar(40) |
Key to join to the Loaner table.Show/hide example querySELECT [Service Item Line].[Loaner No_] ,[Loaner].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Loaner$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Loaner] ON [Service Item Line].[Loaner No_] = [Loaner].[No_] | |||||||
29 | Vendor No. | Vendor No. | Normal | Code | 20 | Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Service Item Line].[Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Service Item Line].[Vendor No_] = [Vendor].[No_] | |||||||
30 | Vendor Item No. | Vendor Item No. | Normal | Text | 50 | Vendor Item No_ | nvarchar(100) |
31 | Fault Reason Code | Fault Reason Code | Normal | Code | 10 | Fault Reason Code | nvarchar(20) |
Key to join to the Fault Reason Code table.Show/hide example querySELECT [Service Item Line].[Fault Reason Code] ,[Fault Reason Code].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Fault Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Reason Code] ON [Service Item Line].[Fault Reason Code] = [Fault Reason Code].[Code] | |||||||
32 | Service Price Group Code | Service Price Group Code | Normal | Code | 10 | Service Price Group Code | nvarchar(20) |
Key to join to the Service Price Group table.Show/hide example querySELECT [Service Item Line].[Service Price Group Code] ,[Service Price Group].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Price Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Group] ON [Service Item Line].[Service Price Group Code] = [Service Price Group].[Code] | |||||||
33 | Fault Area Code | Fault Area Code | Normal | Code | 10 | Fault Area Code | nvarchar(20) |
Key to join to the Fault Area table.Show/hide example querySELECT [Service Item Line].[Fault Area Code] ,[Fault Area].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Fault Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fault Area] ON [Service Item Line].[Fault Area Code] = [Fault Area].[Code] | |||||||
34 | Symptom Code | Symptom Code | Normal | Code | 10 | Symptom Code | nvarchar(20) |
Key to join to the Symptom Code table.Show/hide example querySELECT [Service Item Line].[Symptom Code] ,[Symptom Code].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Symptom Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Symptom Code] ON [Service Item Line].[Symptom Code] = [Symptom Code].[Code] | |||||||
35 | Fault Code | Fault Code | Normal | Code | 10 | Fault Code | nvarchar(20) |
36 | Resolution Code | Resolution Code | Normal | Code | 10 | Resolution Code | nvarchar(20) |
Key to join to the Resolution Code table.Show/hide example querySELECT [Service Item Line].[Resolution Code] ,[Resolution Code].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Resolution Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resolution Code] ON [Service Item Line].[Resolution Code] = [Resolution Code].[Code] | |||||||
37 | Fault Comment | Fault Comment | FlowField | Boolean | 4 | ||
38 | Resolution Comment | Resolution Comment | FlowField | Boolean | 4 | ||
40 | Variant Code | Variant Code | Normal | Code | 10 | Variant Code | nvarchar(20) |
Key to join to the Item Variant table.Show/hide example querySELECT [Service Item Line].[Variant Code] ,[Item Variant].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant] ON [Service Item Line].[Variant Code] = [Item Variant].[Code] | |||||||
41 | Service Item Loaner Comment | Service Item Loaner Comment | FlowField | Boolean | 4 | ||
42 | Actual Response Time (Hours) | Actual Response Time (Hours) | Normal | Decimal | 12 | Actual Response Time (Hours) | decimal(38,38) |
43 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
44 | Serv. Price Adjmt. Gr. Code | Serv. Price Adjmt. Gr. Code | Normal | Code | 10 | Serv_ Price Adjmt_ Gr_ Code | nvarchar(20) |
Key to join to the Service Price Adjustment Group table.Show/hide example querySELECT [Service Item Line].[Serv_ Price Adjmt_ Gr_ Code] ,[Service Price Adjustment Group].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Price Adjustment Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Price Adjustment Group] ON [Service Item Line].[Serv_ Price Adjmt_ Gr_ Code] = [Service Price Adjustment Group].[Code] | |||||||
45 | Adjustment Type | Adjustment Type | Normal | Option | 4 | Adjustment Type | int |
Available options are:
| |||||||
46 | Base Amount to Adjust | Base Amount to Adjust | Normal | Decimal | 12 | Base Amount to Adjust | decimal(38,38) |
60 | No. of Active/Finished Allocs | No. of Active/Finished Allocs | FlowField | Integer | 4 | ||
61 | No. of Allocations | No. of Allocations | FlowField | Integer | 4 | ||
62 | No. of Previous Services | No. of Previous Services | FlowField | Integer | 4 | ||
63 | Contract Line No. | Contract Line No. | Normal | Integer | 4 | Contract Line No_ | int |
64 | Ship-to Code | Ship-to Code | Normal | Code | 10 | Ship-to Code | nvarchar(20) |
Key to join to the Ship-to Address table.Show/hide example querySELECT [Service Item Line].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Service Item Line].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
65 | Customer No. | Customer No. | Normal | Code | 20 | Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Service Item Line].[Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Service Item Line].[Customer No_] = [Customer].[No_] | |||||||
91 | Date Filter | Date Filter | FlowFilter | Date | 4 | ||
92 | Resource Filter | Resource Filter | FlowFilter | Code | 20 | ||
Key to join to the Resource table.Show/hide example querySELECT [Service Item Line].[] ,[Resource].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Resource$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource] ON [Service Item Line].[] = [Resource].[No_] | |||||||
93 | Allocation Date Filter | Allocation Date Filter | FlowFilter | Date | 4 | ||
94 | Repair Status Code Filter | Repair Status Code Filter | FlowFilter | Code | 10 | ||
Key to join to the Repair Status table.Show/hide example querySELECT [Service Item Line].[] ,[Repair Status].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Repair Status$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Repair Status] ON [Service Item Line].[] = [Repair Status].[Code] | |||||||
96 | Allocation Status Filter | Allocation Status Filter | FlowFilter | Option | 4 | ||
97 | Responsibility Center | Responsibility Center | Normal | Code | 10 | Responsibility Center | nvarchar(20) |
Key to join to the Responsibility Center table.Show/hide example querySELECT [Service Item Line].[Responsibility Center] ,[Responsibility Center].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center] ON [Service Item Line].[Responsibility Center] = [Responsibility Center].[Code] | |||||||
98 | Service Order Filter | Service Order Filter | FlowFilter | Code | 20 | ||
Key to join to the Service Header table.Show/hide example querySELECT [Service Item Line].[] ,[Service Header].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Service Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Header] ON [Service Item Line].[] = [Service Header].[No_] | |||||||
99 | Resource Group Filter | Resource Group Filter | FlowFilter | Code | 20 | ||
Key to join to the Resource Group table.Show/hide example querySELECT [Service Item Line].[] ,[Resource Group].[No_] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Resource Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Resource Group] ON [Service Item Line].[] = [Resource Group].[No_] | |||||||
100 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Service Item Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service Item Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
101 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Service Item Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Service Item Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
130 | Release Status | Release Status | Normal | Option | 4 | Release Status | int |
Available options are:
| |||||||
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Service Item Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Service Item Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
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 [Service Item Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Service Item Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Item Line] LEFT JOIN [User] AS [User] ON [Service Item Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |