Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVACTVTY
Product: WennSoft Products (131)
Series: System
Display Name: Service User Activity Group Display Name: WS Security
Physical Name: SVACTVTY
Technical Name: SV_Current_Activity
Group Technical Name: WS Security
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Service User Activity'].USERID AS 'Service User Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SVACTVTY AS ['Service User Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Service User Activity'].USERID = ['Users Master'].USERID | ||||||
2 | CMPNYNAM | Company Name | STR64_Company_Name | String | 64 | |
3 | LOGINDAT | Login Date | DT6 | Date | 6 | |
4 | LOGINTIM | Login Time | TM6 | Time | 6 |