Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5911
Table Type: Company
Table Name: Service Mgt. Setup
Database Table Name: CRONUS UK Ltd_$Service Mgt_ Setup$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 Mgt. Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Fault Reporting Level]
,[Link Service to Service Item]
,[Salesperson Mandatory]
,[Warranty Disc_ _ (Parts)]
,[Warranty Disc_ _ (Labor)]
,[Contract Rsp_ Time Mandatory]
,[Service Order Starting Fee]
,[Register Contract Changes]
,[Contract Inv_ Line Text Code]
,[Contract Line Inv_ Text Code]
,[Contract Inv_ Period Text Code]
,[Contract Credit Line Text Code]
,[Send First Warning To]
,[Send Second Warning To]
,[Send Third Warning To]
,[First Warning Within (Hours)]
,[Second Warning Within (Hours)]
,[Third Warning Within (Hours)]
,[Next Service Calc_ Method]
,[Service Order Type Mandatory]
,[Service Zones Option]
,[Service Order Start Mandatory]
,[Service Order Finish Mandatory]
,[Resource Skills Option]
,[One Service Item Line_Order]
,[Unit of Measure Mandatory]
,[Fault Reason Code Mandatory]
,[Contract Serv_ Ord_ Max_ Days]
,[Last Contract Service Date]
,[Work Type Code Mandatory]
,[Logo Position on Documents]
,[Use Contract Cancel Reason]
,[Default Response Time (Hours)]
,[Default Warranty Duration]
,[Service Invoice Nos_]
,[Contract Invoice Nos_]
,[Service Item Nos_]
,[Service Order Nos_]
,[Service Contract Nos_]
,[Contract Template Nos_]
,[Troubleshooting Nos_]
,[Prepaid Posting Document Nos_]
,[Loaner Nos_]
,[Serv_ Job Responsibility Code]
,[Contract Value Calc_ Method]
,[Contract Value _]
,[Service Quote Nos_]
,[Posted Service Invoice Nos_]
,[Posted Serv_ Credit Memo Nos_]
,[Posted Service Shipment Nos_]
,[Shipment on Invoice]
,[Skip Manual Reservation]
,[Copy Comments Order to Invoice]
,[Copy Comments Order to Shpt_]
,[Service Credit Memo Nos_]
,[Allow Multiple Posting Groups]
,[Check Multiple Posting Groups]
,[Serv_ Inv_ Template Name]
,[Serv_ Contr_ Inv_ Templ_ Name]
,[Serv_ Contr_ Cr_M_ Templ_ Name]
,[Serv_ Cr_ Memo Templ_ Name]
,[Copy Line Descr_ to G_L Entry]
,[Invoice Posting Setup]
,[Copy Time Sheet to Order]
,[Base Calendar Code]
,[Contract Credit Memo Nos_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Service Mgt_ Setup$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 Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup]
LEFT JOIN
[CRONUS UK Ltd_$Service Cost$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Cost]
ON
[Service Mgt. Setup].[Service Order Starting Fee] = [Service Cost].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text]
ON
[Service Mgt. Setup].[Contract Credit Line Text Code] = [Standard Text].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar]
ON
[Service Mgt. Setup].[Base Calendar Code] = [Base Calendar].[Code]
LEFT JOIN
[User] AS [User]
ON
[Service Mgt. Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Service Mgt. Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Service Mgt. 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) |
4 | Fault Reporting Level | Fault Reporting Level | Normal | Option | 4 | Fault Reporting Level | int |
Available options are:
| |||||||
5 | Link Service to Service Item | Link Service to Service Item | Normal | Boolean | 4 | Link Service to Service Item | tinyint |
7 | Salesperson Mandatory | Salesperson Mandatory | Normal | Boolean | 4 | Salesperson Mandatory | tinyint |
8 | Warranty Disc. % (Parts) | Warranty Disc. % (Parts) | Normal | Decimal | 12 | Warranty Disc_ _ (Parts) | decimal(38,38) |
9 | Warranty Disc. % (Labor) | Warranty Disc. % (Labor) | Normal | Decimal | 12 | Warranty Disc_ _ (Labor) | decimal(38,38) |
11 | Contract Rsp. Time Mandatory | Contract Rsp. Time Mandatory | Normal | Boolean | 4 | Contract Rsp_ Time Mandatory | tinyint |
13 | Service Order Starting Fee | Service Order Starting Fee | Normal | Code | 10 | Service Order Starting Fee | nvarchar(20) |
Key to join to the Service Cost table.Show/hide example querySELECT [Service Mgt. Setup].[Service Order Starting Fee] ,[Service Cost].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Service Cost$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Cost] ON [Service Mgt. Setup].[Service Order Starting Fee] = [Service Cost].[Code] | |||||||
14 | Register Contract Changes | Register Contract Changes | Normal | Boolean | 4 | Register Contract Changes | tinyint |
15 | Contract Inv. Line Text Code | Contract Inv. Line Text Code | Normal | Code | 20 | Contract Inv_ Line Text Code | nvarchar(40) |
Key to join to the Standard Text table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Inv_ Line Text Code] ,[Standard Text].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text] ON [Service Mgt. Setup].[Contract Inv_ Line Text Code] = [Standard Text].[Code] | |||||||
16 | Contract Line Inv. Text Code | Contract Line Inv. Text Code | Normal | Code | 20 | Contract Line Inv_ Text Code | nvarchar(40) |
Key to join to the Standard Text table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Line Inv_ Text Code] ,[Standard Text].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text] ON [Service Mgt. Setup].[Contract Line Inv_ Text Code] = [Standard Text].[Code] | |||||||
19 | Contract Inv. Period Text Code | Contract Inv. Period Text Code | Normal | Code | 20 | Contract Inv_ Period Text Code | nvarchar(40) |
Key to join to the Standard Text table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Inv_ Period Text Code] ,[Standard Text].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text] ON [Service Mgt. Setup].[Contract Inv_ Period Text Code] = [Standard Text].[Code] | |||||||
20 | Contract Credit Line Text Code | Contract Credit Line Text Code | Normal | Code | 20 | Contract Credit Line Text Code | nvarchar(40) |
Key to join to the Standard Text table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Credit Line Text Code] ,[Standard Text].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Standard Text$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Standard Text] ON [Service Mgt. Setup].[Contract Credit Line Text Code] = [Standard Text].[Code] | |||||||
23 | Send First Warning To | Send First Warning To | Normal | Text | 80 | Send First Warning To | nvarchar(160) |
24 | Send Second Warning To | Send Second Warning To | Normal | Text | 80 | Send Second Warning To | nvarchar(160) |
25 | Send Third Warning To | Send Third Warning To | Normal | Text | 80 | Send Third Warning To | nvarchar(160) |
26 | First Warning Within (Hours) | First Warning Within (Hours) | Normal | Decimal | 12 | First Warning Within (Hours) | decimal(38,38) |
27 | Second Warning Within (Hours) | Second Warning Within (Hours) | Normal | Decimal | 12 | Second Warning Within (Hours) | decimal(38,38) |
28 | Third Warning Within (Hours) | Third Warning Within (Hours) | Normal | Decimal | 12 | Third Warning Within (Hours) | decimal(38,38) |
29 | Next Service Calc. Method | Next Service Calc. Method | Normal | Option | 4 | Next Service Calc_ Method | int |
Available options are:
| |||||||
30 | Service Order Type Mandatory | Service Order Type Mandatory | Normal | Boolean | 4 | Service Order Type Mandatory | tinyint |
31 | Service Zones Option | Service Zones Option | Normal | Option | 4 | Service Zones Option | int |
Available options are:
| |||||||
32 | Service Order Start Mandatory | Service Order Start Mandatory | Normal | Boolean | 4 | Service Order Start Mandatory | tinyint |
33 | Service Order Finish Mandatory | Service Order Finish Mandatory | Normal | Boolean | 4 | Service Order Finish Mandatory | tinyint |
36 | Resource Skills Option | Resource Skills Option | Normal | Option | 4 | Resource Skills Option | int |
Available options are:
| |||||||
37 | One Service Item Line/Order | One Service Item Line/Order | Normal | Boolean | 4 | One Service Item Line_Order | tinyint |
38 | Unit of Measure Mandatory | Unit of Measure Mandatory | Normal | Boolean | 4 | Unit of Measure Mandatory | tinyint |
39 | Fault Reason Code Mandatory | Fault Reason Code Mandatory | Normal | Boolean | 4 | Fault Reason Code Mandatory | tinyint |
40 | Contract Serv. Ord. Max. Days | Contract Serv. Ord. Max. Days | Normal | Integer | 4 | Contract Serv_ Ord_ Max_ Days | int |
41 | Last Contract Service Date | Last Contract Service Date | Normal | Date | 4 | Last Contract Service Date | datetime |
42 | Work Type Code Mandatory | Work Type Code Mandatory | Normal | Boolean | 4 | Work Type Code Mandatory | tinyint |
43 | Logo Position on Documents | Logo Position on Documents | Normal | Option | 4 | Logo Position on Documents | int |
Available options are:
| |||||||
44 | Use Contract Cancel Reason | Use Contract Cancel Reason | Normal | Boolean | 4 | Use Contract Cancel Reason | tinyint |
45 | Default Response Time (Hours) | Default Response Time (Hours) | Normal | Decimal | 12 | Default Response Time (Hours) | decimal(38,38) |
52 | Default Warranty Duration | Default Warranty Duration | Normal | DateFormula | 32 | Default Warranty Duration | varchar(32) |
54 | Service Invoice Nos. | Service Invoice Nos. | Normal | Code | 20 | Service Invoice Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Invoice Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Invoice Nos_] = [No. Series].[Code] | |||||||
55 | Contract Invoice Nos. | Contract Invoice Nos. | Normal | Code | 20 | Contract Invoice Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Invoice Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Contract Invoice Nos_] = [No. Series].[Code] | |||||||
56 | Service Item Nos. | Service Item Nos. | Normal | Code | 20 | Service Item Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Item Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Item Nos_] = [No. Series].[Code] | |||||||
57 | Service Order Nos. | Service Order Nos. | Normal | Code | 20 | Service Order Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Order Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Order Nos_] = [No. Series].[Code] | |||||||
58 | Service Contract Nos. | Service Contract Nos. | Normal | Code | 20 | Service Contract Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Contract Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Contract Nos_] = [No. Series].[Code] | |||||||
59 | Contract Template Nos. | Contract Template Nos. | Normal | Code | 20 | Contract Template Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Template Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Contract Template Nos_] = [No. Series].[Code] | |||||||
60 | Troubleshooting Nos. | Troubleshooting Nos. | Normal | Code | 20 | Troubleshooting Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Troubleshooting Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Troubleshooting Nos_] = [No. Series].[Code] | |||||||
61 | Prepaid Posting Document Nos. | Prepaid Posting Document Nos. | Normal | Code | 20 | Prepaid Posting Document Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Prepaid Posting Document Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Prepaid Posting Document Nos_] = [No. Series].[Code] | |||||||
62 | Loaner Nos. | Loaner Nos. | Normal | Code | 20 | Loaner Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Loaner Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Loaner Nos_] = [No. Series].[Code] | |||||||
63 | Serv. Job Responsibility Code | Serv. Job Responsibility Code | Normal | Code | 10 | Serv_ Job Responsibility Code | nvarchar(20) |
Key to join to the Job Responsibility table.Show/hide example querySELECT [Service Mgt. Setup].[Serv_ Job Responsibility Code] ,[Job Responsibility].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Job Responsibility$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Responsibility] ON [Service Mgt. Setup].[Serv_ Job Responsibility Code] = [Job Responsibility].[Code] | |||||||
64 | Contract Value Calc. Method | Contract Value Calc. Method | Normal | Option | 4 | Contract Value Calc_ Method | int |
Available options are:
| |||||||
65 | Contract Value % | Contract Value % | Normal | Decimal | 12 | Contract Value _ | decimal(38,38) |
66 | Service Quote Nos. | Service Quote Nos. | Normal | Code | 20 | Service Quote Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Quote Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Quote Nos_] = [No. Series].[Code] | |||||||
68 | Posted Service Invoice Nos. | Posted Service Invoice Nos. | Normal | Code | 20 | Posted Service Invoice Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Posted Service Invoice Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Posted Service Invoice Nos_] = [No. Series].[Code] | |||||||
69 | Posted Serv. Credit Memo Nos. | Posted Serv. Credit Memo Nos. | Normal | Code | 20 | Posted Serv_ Credit Memo Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Posted Serv_ Credit Memo Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Posted Serv_ Credit Memo Nos_] = [No. Series].[Code] | |||||||
70 | Posted Service Shipment Nos. | Posted Service Shipment Nos. | Normal | Code | 20 | Posted Service Shipment Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Posted Service Shipment Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Posted Service Shipment Nos_] = [No. Series].[Code] | |||||||
76 | Shipment on Invoice | Shipment on Invoice | Normal | Boolean | 4 | Shipment on Invoice | tinyint |
77 | Skip Manual Reservation | Skip Manual Reservation | Normal | Boolean | 4 | Skip Manual Reservation | tinyint |
81 | Copy Comments Order to Invoice | Copy Comments Order to Invoice | Normal | Boolean | 4 | Copy Comments Order to Invoice | tinyint |
82 | Copy Comments Order to Shpt. | Copy Comments Order to Shpt. | Normal | Boolean | 4 | Copy Comments Order to Shpt_ | tinyint |
85 | Service Credit Memo Nos. | Service Credit Memo Nos. | Normal | Code | 20 | Service Credit Memo Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Service Credit Memo Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Service Credit Memo Nos_] = [No. Series].[Code] | |||||||
175 | Allow Multiple Posting Groups | Allow Multiple Posting Groups | Normal | Boolean | 4 | Allow Multiple Posting Groups | tinyint |
176 | Check Multiple Posting Groups | Check Multiple Posting Groups | Normal | Option | 4 | Check Multiple Posting Groups | int |
Available options are:
| |||||||
200 | Serv. Inv. Template Name | Serv. Invoice Template Name | Normal | Code | 10 | Serv_ Inv_ Template Name | nvarchar(20) |
201 | Serv. Contr. Inv. Templ. Name | Serv. Contract Invoice Template Name | Normal | Code | 10 | Serv_ Contr_ Inv_ Templ_ Name | nvarchar(20) |
202 | Serv. Contr. Cr.M. Templ. Name | Serv. Contract Cr. Memo Template Name | Normal | Code | 10 | Serv_ Contr_ Cr_M_ Templ_ Name | nvarchar(20) |
203 | Serv. Cr. Memo Templ. Name | Serv. Cr. Memo Template Name | Normal | Code | 10 | Serv_ Cr_ Memo Templ_ Name | nvarchar(20) |
210 | Copy Line Descr. to G/L Entry | Copy Line Descr. to G/L Entry | Normal | Boolean | 4 | Copy Line Descr_ to G_L Entry | tinyint |
810 | Invoice Posting Setup | Invoice Posting Setup | Normal | Option | 4 | Invoice Posting Setup | int |
Available options are:
| |||||||
950 | Copy Time Sheet to Order | Copy Time Sheet to Order | Normal | Boolean | 4 | Copy Time Sheet to Order | tinyint |
7600 | Base Calendar Code | Base Calendar Code | Normal | Code | 10 | Base Calendar Code | nvarchar(20) |
Key to join to the Base Calendar table.Show/hide example querySELECT [Service Mgt. Setup].[Base Calendar Code] ,[Base Calendar].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$Base Calendar$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Base Calendar] ON [Service Mgt. Setup].[Base Calendar Code] = [Base Calendar].[Code] | |||||||
7601 | Contract Credit Memo Nos. | Contract Credit Memo Nos. | Normal | Code | 20 | Contract Credit Memo Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Service Mgt. Setup].[Contract Credit Memo Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Service Mgt. Setup].[Contract Credit Memo Nos_] = [No. Series].[Code] | |||||||
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 Mgt. Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Service Mgt_ Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Service Mgt. Setup] LEFT JOIN [User] AS [User] ON [Service Mgt. Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |