Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SV_SVC_R
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: SV_Service_Request_MSTR_RPT
Physical Name: SV_SVC_R
Technical Name: SV_Service_Request_MSTR_RPT
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Svc_Request_ID | Request ID | STR17 | String | 17 | |
2 | Svc_RPT_Request_Type | RPT Request Type | STR10 | String | 10 | |
3 | Svc_Request_Name | Requestor Name | STR31 | String | 31 | |
4 | Svc_Request_Association | Association | STR31 | String | 31 | |
5 | Svc_Request_Department | Request Department | STR31 | String | 31 | |
6 | Service_Call_ID | Service Call ID | STR17_LBAU | String | 17 | |
7 | Status_of_Call | Status of Call | STR10_LBAU | String | 10 | |
8 | Svc_Actual__Department | Actual Department | STR31 | String | 31 | |
9 | Svc_Request_Date | Request Date | Svc_Request_Date | Date | 8 | |
10 | RPT_Previously_Reported | RPT Previously Reported | STR10 | String | 10 | |
11 | Svc_Request_Phone | Phone | STR21 | String | 21 | |
12 | Svc_Request_Alt_Phone | Alternate Phone | STR21 | String | 21 | |
13 | Request_Email_Address | STR41 | String | 41 | ||
14 | Request_Notify_Method | Notify Method | STR31 | String | 31 | |
15 | EMPLOYID | Employee ID | STR15_Employee_ID | String | 15 | |
16 | Svc_Request_Issue_Date | Issue Date | Date8 | Date | 8 | |
17 | Svc_Request_Issue | Issue Description | STR31 | String | 31 | |
18 | Type_of_Problem | Type of Problem | STR30 | String | 30 | |
19 | Equipment_ID | Equipment ID | STR30 | String | 30 | |
20 | Equipment_Meter1_Master | Equipment Meter1 Master | LI8_U0 | Long Integer | 8 | |
21 | Meter_Read_Date | Meter Read Date | DT6 | Date | 6 | |
22 | Location_Temp | Location Temp | Location_Temp | String | 200 | |
23 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['SV_Service_Request_MSTR_RPT'].NOTEINDX AS 'SV_Service_Request_MSTR_RPT-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SV_SVC_R AS ['SV_Service_Request_MSTR_RPT']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['SV_Service_Request_MSTR_RPT'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
24 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['SV_Service_Request_MSTR_RPT'].USERID AS 'SV_Service_Request_MSTR_RPT-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SV_SVC_R AS ['SV_Service_Request_MSTR_RPT']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Service_Request_MSTR_RPT'].USERID = ['Users Master'].USERID | ||||||
25 | SVC_Request_Note | Location Description (other) | SVC_Request_Note | Text | 16 |