Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/LKACTVTY
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Trx Matching User Activity Group Display Name: Transaction Matching
Physical Name: LKACTVTY
Technical Name: LK_User_Activity
Group Technical Name: Transaction Matching
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Trx Matching User Activity'].USERID AS 'Trx Matching User Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
LKACTVTY AS ['Trx Matching User Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Trx Matching User Activity'].USERID = ['Users Master'].USERID | ||||||
2 | FORMNAME | Form Name | String | STR79 | 79 |