Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC60400
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Euro Enable Setup Group Display Name: Multicurrency Setup
Physical Name: MC60400
Technical Name: mcEuroEnable
Group Technical Name: Multicurrency Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DENOMCURR | Denomination Currency ID | String | STR15_Currency_ID | 15 | |
2 | ENABLED | Enabled | Boolean | Boolean | 0 | |
3 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Euro Enable Setup'].USERID AS 'Euro Enable Setup-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
MC60400 AS ['Euro Enable Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Euro Enable Setup'].USERID = ['Users Master'].USERID | ||||||
4 | REALGAIN | Realized Gain | Long Integer | LI_14 | 14 | |
5 | REALLOSS | Realized Loss | Long Integer | LI_14 | 14 | |
6 | PSTGDATE | Posting Date | Date | DT | 8 |