Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVRSPMST
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: SV_Response_Type_MSTR
Physical Name: SVRSPMST
Technical Name: SV_Response_Type_MSTR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SV_Response_Type_ID | SV Response Type ID | Long Int | Long Integer | 8 | |
2 | SV_Response_Type_Descrip | SV Response Type Description | STR30 | String | 30 | |
3 | Wennsoft_Affiliate | Wennsoft Affiliate | STR15_LBAU | String | 15 | |
4 | Wennsoft_Region | Wennsoft Region | STR15_LBAU | String | 15 | |
5 | Wennsoft_Branch | Wennsoft Branch | STR15_LBAU | String | 15 | |
6 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['SV_Response_Type_MSTR'].USERID AS 'SV_Response_Type_MSTR-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SVRSPMST AS ['SV_Response_Type_MSTR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Response_Type_MSTR'].USERID = ['Users Master'].USERID | ||||||
7 | Technician_ID | Technician ID | STR15_Employee_ID | String | 15 | |
8 | Technician_Team | Technician Team | STR15_LBAU | String | 15 | |
9 | MODIFDT | Modified Date | DT | Date | 8 | |
10 | Modified_Time | Modified Time | TM6 | Time | 6 | |
11 | MDFUSRID | Modified User ID | STR15 | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['SV_Response_Type_MSTR'].MDFUSRID AS 'SV_Response_Type_MSTR-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SVRSPMST AS ['SV_Response_Type_MSTR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Response_Type_MSTR'].MDFUSRID = ['Users Master'].USERID | ||||||
12 | Time_Zone | Time Zone | STR3 | String | 3 | |
13 | SV_Language_ID | SV Language ID | INT2 | Integer | 2 |