Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ACTIVITY
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: User Activity Group Display Name: Current Activity
Physical Name: ACTIVITY
Technical Name: SY_Current_Activity
Group Technical Name: Current Activity
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | USERID ![]() | User ID | STR15_User_ID | String | 16 | 15 |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['User Activity'].USERID AS 'User Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
ACTIVITY AS ['User Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['User Activity'].USERID = ['Users Master'].USERID | ||||||
2 | CMPNYNAM ![]() | Company Name | STR64_Company_Name | String | 66 | 64 |
3 | ClientUIType ![]() | ClientUIType | ClientUIType | Integer | 2 | 0 |
4 | LOGINDAT ![]() | Login Date | DT6 | Date | 4 | 6 |
5 | LOGINTIM ![]() | Login Time | TM6 | Time | 4 | 6 |
6 | SQLSESID ![]() | SQLSessionID | Long Int | Long Integer | 4 | 8 |
7 | Language_ID ![]() | Language ID | INT5 | Integer | 2 | 4 |
8 | ClientType ![]() | Client Type | ClientType | Integer | 2 | 0 |
9 | IsOffline ![]() | IsOffline | CB | Boolean | 2 | 0 |
10 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |