Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5970
Table Type: Company
Table Name: Filed Service Contract Header
Database Table Name: CRONUS UK Ltd_$Filed Service Contract Header$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 Filed Service Contract Header can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Contract No_]
,[Contract Type]
,[Description]
,[Description 2]
,[Status]
,[Change Status]
,[Customer No_]
,[Name]
,[Address]
,[Address 2]
,[Post Code]
,[City]
,[Contact Name]
,[Your Reference]
,[Salesperson Code]
,[Bill-to Customer No_]
,[Bill-to Name]
,[Bill-to Address]
,[Bill-to Address 2]
,[Bill-to Post Code]
,[Bill-to City]
,[Ship-to Code]
,[Ship-to Name]
,[Ship-to Address]
,[Ship-to Address 2]
,[Ship-to Post Code]
,[Ship-to City]
,[Serv_ Contract Acc_ Gr_ Code]
,[Invoice Period]
,[Last Invoice Date]
,[Next Invoice Date]
,[Starting Date]
,[Expiration Date]
,[First Service Date]
,[Max_ Labor Unit Price]
,[Calcd_ Annual Amount]
,[Annual Amount]
,[Amount per Period]
,[Combine Invoices]
,[Prepaid]
,[Next Invoice Period]
,[Service Zone Code]
,[Language Code]
,[Cancel Reason Code]
,[Last Price Update Date]
,[Next Price Update Date]
,[Last Price Update _]
,[Response Time (Hours)]
,[Contract Lines on Invoice]
,[Service Period]
,[Payment Terms Code]
,[Invoice after Service]
,[Quote Type]
,[Allow Unbalanced Amounts]
,[Contract Group Code]
,[Service Order Type]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Accept Before]
,[Automatic Credit Memos]
,[Template No_]
,[Price Update Period]
,[Price Inv_ Increase Code]
,[Print Increase Text]
,[Currency Code]
,[No_ Series]
,[Probability]
,[Responsibility Center]
,[Phone No_]
,[Fax No_]
,[E-Mail]
,[Bill-to County]
,[County]
,[Ship-to County]
,[Country_Region Code]
,[Bill-to Country_Region Code]
,[Ship-to Country_Region Code]
,[Name 2]
,[Bill-to Name 2]
,[Ship-to Name 2]
,[Next Invoice Period Start]
,[Next Invoice Period End]
,[Entry No_]
,[File Date]
,[File Time]
,[Filed By]
,[Reason for Filing]
,[Contract Type Relation]
,[Contract No_ Relation]
,[Dimension Set ID]
,[Contact No_]
,[Bill-to Contact No_]
,[Bill-to Contact]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser]
ON
[Filed Service Contract Header].[Salesperson Code] = [Salesperson/Purchaser].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer]
ON
[Filed Service Contract Header].[Bill-to Name] = [Customer].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[Bill-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[Bill-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Filed Service Contract Header].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[Ship-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Filed Service Contract Header].[Ship-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Service Zone$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Zone]
ON
[Filed Service Contract Header].[Service Zone Code] = [Service Zone].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Filed Service Contract Header].[Language Code] = [Language].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Filed Service Contract Header].[Cancel Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Filed Service Contract Header].[Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Contract Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contract Group]
ON
[Filed Service Contract Header].[Contract Group Code] = [Contract Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Service Order Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Order Type]
ON
[Filed Service Contract Header].[Service Order Type] = [Service Order Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Filed Service Contract Header].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Filed Service Contract Header].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Filed Service Contract Header].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
ON
[Filed Service Contract Header].[Responsibility Center] = [Responsibility Center].[Code]
LEFT JOIN
[User] AS [User]
ON
[Filed Service Contract Header].[Filed By] = [User].[User Name]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Filed Service Contract Header].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Filed Service Contract Header].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Filed Service Contract Header].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Filed Service Contract Header table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Contract No. | Contract No. | Normal | Code | 20 | Contract No_ | nvarchar(40) |
2 | Contract Type | Contract Type | Normal | Option | 4 | Contract Type | int |
Available options are:
| |||||||
3 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
4 | Description 2 | Description 2 | Normal | Text | 50 | Description 2 | nvarchar(100) |
5 | Status | Status | Normal | Option | 4 | Status | int |
Available options are:
| |||||||
6 | Change Status | Change Status | Normal | Option | 4 | Change Status | int |
Available options are:
| |||||||
7 | Customer No. | Customer No. | Normal | Code | 20 | Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Filed Service Contract Header].[Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Filed Service Contract Header].[Customer No_] = [Customer].[No_] | |||||||
8 | Name | Name | Normal | Text | 100 | Name | nvarchar(200) |
9 | Address | Address | Normal | Text | 100 | Address | nvarchar(200) |
10 | Address 2 | Address 2 | Normal | Text | 50 | Address 2 | nvarchar(100) |
11 | Post Code | ZIP Code | Normal | Code | 20 | Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[Post Code] = [Post Code].[Code] | |||||||
12 | City | City | Normal | Text | 30 | City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[City] = [Post Code].[City] | |||||||
13 | Contact Name | Contact Name | Normal | Text | 100 | Contact Name | nvarchar(200) |
14 | Your Reference | Your Reference | Normal | Text | 35 | Your Reference | nvarchar(70) |
15 | Salesperson Code | Salesperson Code | Normal | Code | 20 | Salesperson Code | nvarchar(40) |
Key to join to the Salesperson/Purchaser table.Show/hide example querySELECT [Filed Service Contract Header].[Salesperson Code] ,[Salesperson/Purchaser].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser] ON [Filed Service Contract Header].[Salesperson Code] = [Salesperson/Purchaser].[Code] | |||||||
16 | Bill-to Customer No. | Bill-to Customer No. | Normal | Code | 20 | Bill-to Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Filed Service Contract Header].[Bill-to Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Filed Service Contract Header].[Bill-to Customer No_] = [Customer].[No_] | |||||||
17 | Bill-to Name | Bill-to Name | Normal | Text | 100 | Bill-to Name | nvarchar(200) |
Key to join to the Customer table.Show/hide example querySELECT [Filed Service Contract Header].[Bill-to Name] ,[Customer].[Name] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Filed Service Contract Header].[Bill-to Name] = [Customer].[Name] | |||||||
18 | Bill-to Address | Bill-to Address | Normal | Text | 100 | Bill-to Address | nvarchar(200) |
19 | Bill-to Address 2 | Bill-to Address 2 | Normal | Text | 50 | Bill-to Address 2 | nvarchar(100) |
20 | Bill-to Post Code | Bill-to ZIP Code | Normal | Code | 20 | Bill-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[Bill-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[Bill-to Post Code] = [Post Code].[Code] | |||||||
21 | Bill-to City | Bill-to City | Normal | Text | 30 | Bill-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[Bill-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[Bill-to City] = [Post Code].[City] | |||||||
22 | 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 [Filed Service Contract Header].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Filed Service Contract Header].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
23 | Ship-to Name | Ship-to Name | Normal | Text | 100 | Ship-to Name | nvarchar(200) |
24 | Ship-to Address | Ship-to Address | Normal | Text | 100 | Ship-to Address | nvarchar(200) |
25 | Ship-to Address 2 | Ship-to Address 2 | Normal | Text | 50 | Ship-to Address 2 | nvarchar(100) |
26 | Ship-to Post Code | Ship-to ZIP Code | Normal | Code | 20 | Ship-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[Ship-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[Ship-to Post Code] = [Post Code].[Code] | |||||||
27 | Ship-to City | Ship-to City | Normal | Text | 30 | Ship-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Filed Service Contract Header].[Ship-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Filed Service Contract Header].[Ship-to City] = [Post Code].[City] | |||||||
28 | Serv. Contract Acc. Gr. Code | Serv. Contract Acc. Gr. Code | Normal | Code | 10 | Serv_ Contract Acc_ Gr_ Code | nvarchar(20) |
Key to join to the Service Contract Account Group table.Show/hide example querySELECT [Filed Service Contract Header].[Serv_ Contract Acc_ Gr_ Code] ,[Service Contract Account Group].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Service Contract Account Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Contract Account Group] ON [Filed Service Contract Header].[Serv_ Contract Acc_ Gr_ Code] = [Service Contract Account Group].[Code] | |||||||
32 | Invoice Period | Invoice Period | Normal | Option | 4 | Invoice Period | int |
Available options are:
| |||||||
33 | Last Invoice Date | Last Invoice Date | Normal | Date | 4 | Last Invoice Date | datetime |
34 | Next Invoice Date | Next Invoice Date | Normal | Date | 4 | Next Invoice Date | datetime |
35 | Starting Date | Starting Date | Normal | Date | 4 | Starting Date | datetime |
36 | Expiration Date | Expiration Date | Normal | Date | 4 | Expiration Date | datetime |
38 | First Service Date | First Service Date | Normal | Date | 4 | First Service Date | datetime |
39 | Max. Labor Unit Price | Max. Labor Unit Price | Normal | Decimal | 12 | Max_ Labor Unit Price | decimal(38,38) |
40 | Calcd. Annual Amount | Calcd. Annual Amount | Normal | Decimal | 12 | Calcd_ Annual Amount | decimal(38,38) |
42 | Annual Amount | Annual Amount | Normal | Decimal | 12 | Annual Amount | decimal(38,38) |
43 | Amount per Period | Amount per Period | Normal | Decimal | 12 | Amount per Period | decimal(38,38) |
44 | Combine Invoices | Combine Invoices | Normal | Boolean | 4 | Combine Invoices | tinyint |
45 | Prepaid | Prepaid | Normal | Boolean | 4 | Prepaid | tinyint |
46 | Next Invoice Period | Next Invoice Period | Normal | Text | 30 | Next Invoice Period | nvarchar(60) |
47 | Service Zone Code | Service Zone Code | Normal | Code | 10 | Service Zone Code | nvarchar(20) |
Key to join to the Service Zone table.Show/hide example querySELECT [Filed Service Contract Header].[Service Zone Code] ,[Service Zone].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Service Zone$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Zone] ON [Filed Service Contract Header].[Service Zone Code] = [Service Zone].[Code] | |||||||
48 | Language Code | Language Code | Normal | Code | 10 | Language Code | nvarchar(20) |
Key to join to the Language table.Show/hide example querySELECT [Filed Service Contract Header].[Language Code] ,[Language].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language] ON [Filed Service Contract Header].[Language Code] = [Language].[Code] | |||||||
50 | Cancel Reason Code | Cancel Reason Code | Normal | Code | 10 | Cancel Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Filed Service Contract Header].[Cancel Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Filed Service Contract Header].[Cancel Reason Code] = [Reason Code].[Code] | |||||||
51 | Last Price Update Date | Last Price Update Date | Normal | Date | 4 | Last Price Update Date | datetime |
52 | Next Price Update Date | Next Price Update Date | Normal | Date | 4 | Next Price Update Date | datetime |
53 | Last Price Update % | Last Price Update % | Normal | Decimal | 12 | Last Price Update _ | decimal(38,38) |
55 | Response Time (Hours) | Response Time (Hours) | Normal | Decimal | 12 | Response Time (Hours) | decimal(38,38) |
56 | Contract Lines on Invoice | Contract Lines on Invoice | Normal | Boolean | 4 | Contract Lines on Invoice | tinyint |
59 | Service Period | Service Period | Normal | DateFormula | 32 | Service Period | varchar(32) |
60 | Payment Terms Code | Payment Terms Code | Normal | Code | 10 | Payment Terms Code | nvarchar(20) |
Key to join to the Payment Terms table.Show/hide example querySELECT [Filed Service Contract Header].[Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Filed Service Contract Header].[Payment Terms Code] = [Payment Terms].[Code] | |||||||
62 | Invoice after Service | Invoice after Service | Normal | Boolean | 4 | Invoice after Service | tinyint |
63 | Quote Type | Quote Type | Normal | Option | 4 | Quote Type | int |
Available options are:
| |||||||
64 | Allow Unbalanced Amounts | Allow Unbalanced Amounts | Normal | Boolean | 4 | Allow Unbalanced Amounts | tinyint |
65 | Contract Group Code | Contract Group Code | Normal | Code | 10 | Contract Group Code | nvarchar(20) |
Key to join to the Contract Group table.Show/hide example querySELECT [Filed Service Contract Header].[Contract Group Code] ,[Contract Group].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Contract Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contract Group] ON [Filed Service Contract Header].[Contract Group Code] = [Contract Group].[Code] | |||||||
66 | Service Order Type | Service Order Type | Normal | Code | 10 | Service Order Type | nvarchar(20) |
Key to join to the Service Order Type table.Show/hide example querySELECT [Filed Service Contract Header].[Service Order Type] ,[Service Order Type].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Service Order Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Order Type] ON [Filed Service Contract Header].[Service Order Type] = [Service Order Type].[Code] | |||||||
67 | 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 [Filed Service Contract Header].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Filed Service Contract Header].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
68 | 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 [Filed Service Contract Header].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Filed Service Contract Header].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
69 | Accept Before | Accept Before | Normal | Date | 4 | Accept Before | datetime |
71 | Automatic Credit Memos | Automatic Credit Memos | Normal | Boolean | 4 | Automatic Credit Memos | tinyint |
74 | Template No. | Template No. | Normal | Code | 20 | Template No_ | nvarchar(40) |
75 | Price Update Period | Price Update Period | Normal | DateFormula | 32 | Price Update Period | varchar(32) |
79 | Price Inv. Increase Code | Price Inv. Increase Code | Normal | Code | 20 | Price Inv_ Increase Code | nvarchar(40) |
Key to join to the Standard Text table.Show/hide example querySELECT [Filed Service Contract Header].[Price Inv_ Increase Code] ,[Standard Text].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text] ON [Filed Service Contract Header].[Price Inv_ Increase Code] = [Standard Text].[Code] | |||||||
80 | Print Increase Text | Print Increase Text | Normal | Boolean | 4 | Print Increase Text | tinyint |
81 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Filed Service Contract Header].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Filed Service Contract Header].[Currency Code] = [Currency].[Code] | |||||||
82 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Filed Service Contract Header].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Filed Service Contract Header].[No_ Series] = [No. Series].[Code] | |||||||
83 | Probability | Probability | Normal | Decimal | 12 | Probability | decimal(38,38) |
85 | Responsibility Center | Responsibility Center | Normal | Code | 10 | Responsibility Center | nvarchar(20) |
Key to join to the Responsibility Center table.Show/hide example querySELECT [Filed Service Contract Header].[Responsibility Center] ,[Responsibility Center].[Code] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center] ON [Filed Service Contract Header].[Responsibility Center] = [Responsibility Center].[Code] | |||||||
86 | Phone No. | Phone No. | Normal | Text | 30 | Phone No_ | nvarchar(60) |
87 | Fax No. | Fax No. | Normal | Text | 30 | Fax No_ | nvarchar(60) |
88 | Normal | Text | 80 | nvarchar(160) | |||
89 | Bill-to County | Bill-to State | Normal | Text | 30 | Bill-to County | nvarchar(60) |
90 | County | State | Normal | Text | 30 | County | nvarchar(60) |
91 | Ship-to County | Ship-to State | Normal | Text | 30 | Ship-to County | nvarchar(60) |
92 | Country/Region Code | Country/Region Code | Normal | Code | 10 | Country_Region Code | nvarchar(20) |
93 | Bill-to Country/Region Code | Bill-to Country/Region Code | Normal | Code | 10 | Bill-to Country_Region Code | nvarchar(20) |
94 | Ship-to Country/Region Code | Ship-to Country/Region Code | Normal | Code | 10 | Ship-to Country_Region Code | nvarchar(20) |
95 | Name 2 | Name 2 | Normal | Text | 50 | Name 2 | nvarchar(100) |
96 | Bill-to Name 2 | Bill-to Name 2 | Normal | Text | 50 | Bill-to Name 2 | nvarchar(100) |
97 | Ship-to Name 2 | Ship-to Name 2 | Normal | Text | 50 | Ship-to Name 2 | nvarchar(100) |
98 | Next Invoice Period Start | Next Invoice Period Start | Normal | Date | 4 | Next Invoice Period Start | datetime |
99 | Next Invoice Period End | Next Invoice Period End | Normal | Date | 4 | Next Invoice Period End | datetime |
100 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
101 | File Date | File Date | Normal | Date | 4 | File Date | datetime |
102 | File Time | File Time | Normal | Time | 4 | File Time | datetime |
103 | Filed By | Filed By | Normal | Code | 50 | Filed By | nvarchar(100) |
Key to join to the User table.Show/hide example querySELECT [Filed Service Contract Header].[Filed By] ,[User].[User Name] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [User] AS [User] ON [Filed Service Contract Header].[Filed By] = [User].[User Name] | |||||||
104 | Reason for Filing | Reason for Filing | Normal | Option | 4 | Reason for Filing | int |
Available options are:
| |||||||
105 | Contract Type Relation | Contract Type Relation | Normal | Option | 4 | Contract Type Relation | int |
Available options are:
| |||||||
106 | Contract No. Relation | Contract No. Relation | Normal | Code | 20 | Contract No_ Relation | nvarchar(40) |
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 [Filed Service Contract Header].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Filed Service Contract Header].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
5050 | Contact No. | Contact No. | Normal | Code | 20 | Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Filed Service Contract Header].[Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Filed Service Contract Header].[Contact No_] = [Contact].[No_] | |||||||
5051 | Bill-to Contact No. | Bill-to Contact No. | Normal | Code | 20 | Bill-to Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Filed Service Contract Header].[Bill-to Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Filed Service Contract Header].[Bill-to Contact No_] = [Contact].[No_] | |||||||
5052 | Bill-to Contact | Bill-to Contact | Normal | Text | 100 | Bill-to Contact | nvarchar(200) |
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 [Filed Service Contract Header].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Filed Service Contract Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Filed Service Contract Header] LEFT JOIN [User] AS [User] ON [Filed Service Contract Header].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |