Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/VAT10001
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: VAT Country Code MSTR Group Display Name: Intrastat
Physical Name: VAT10001
Technical Name: VAT Country Code MSTR
Group Technical Name: Intrastat
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CCode ![]() | Country Code | STR6_VAT | String | 6 | |
2 | CCodeDesc ![]() | Country Code Description | STR30 | String | 30 | |
3 | ECFLAG ![]() | EC Member Flag | CB_EC_MEMBER | Boolean | 0 | |
4 | ISOCode ![]() | Numeric_ISO_Code | Numeric_ISO_Code | String | 3 | |
5 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['VAT Country Code MSTR'].NOTEINDX AS 'VAT Country Code MSTR-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
VAT10001 AS ['VAT Country Code MSTR']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['VAT Country Code MSTR'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
6 | DEX_ROW_ID ![]() | int | int | 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. |