Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/sv00034
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: SV_System_Administration_MSTR Group Display Name: Service Administration
Physical Name: sv00034
Technical Name: SV_System_Administration_MSTR
Group Technical Name: Service Administration
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Service_System_Admin | Sevice System Administration | STR30 | String | 30 | |
2 | Wennsoft_Affiliate | Wennsoft Affiliate | STR15_LBAU | String | 15 | |
3 | Wennsoft_Region | Wennsoft Region | STR15_LBAU | String | 15 | |
4 | Wennsoft_Branch | Wennsoft Branch | STR15_LBAU | String | 15 | |
5 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['SV_System_Administration_MSTR'].USERID AS 'SV_System_Administration_MSTR-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
sv00034 AS ['SV_System_Administration_MSTR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_System_Administration_MSTR'].USERID = ['Users Master'].USERID |