Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY02600
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: User Notes Master Group Display Name: User Notes Master
Physical Name: SY02600
Technical Name: SY_User_Notes_MSTR
Group Technical Name: User Notes Master
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
['User Notes Master'].USERID AS 'User Notes Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY02600 AS ['User Notes Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['User Notes Master'].USERID = ['Users Master'].USERID | ||||||
2 | DATE1 | Date | Date | DT6 | 6 | |
3 | TIME1 | Time | Time | TM6 | 6 | |
4 | USRNTFLG | User Note Flag | Boolean | CB | 0 | |
5 | TXTFIELD | Text Field | Text | TX32000 | 32000 |