Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY03400
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: File Maintenance Error Log Group Display Name: File Maintenance Error Log
Physical Name: SY03400
Technical Name: SY_File_Maintenance_Error_Log
Group Technical Name: File Maintenance Error Log
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
['File Maintenance Error Log'].USERID AS 'File Maintenance Error Log-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY03400 AS ['File Maintenance Error Log']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['File Maintenance Error Log'].USERID = ['Users Master'].USERID | ||||||
2 | INDXLONG | IndexLong | Long Integer | Long Int | 8 | |
3 | FILENAME | File Name | String | STR45 | 45 | |
4 | ERMSGTXT | Error Message Text | String | STR255 | 255 | |
5 | ERMSGTX2 | Error Message Text 2 | String | STR255 | 255 |