Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/VAT10007
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Intrastat Maintenance Group Display Name: Intrastat
Physical Name: VAT10007
Technical Name: syIntrastatMstr
Group Technical Name: Intrastat
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | INTRSTTTYP | Intrastat Type | Integer | INT | 0 | |
2 | INTRSTTFLD | Intrastat Field | String | STR6_VAT | 6 | |
3 | INTRSTTFLDDSC | Intrastat Field Description | String | STR30 | 30 | |
4 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Intrastat Maintenance'].NOTEINDX AS 'Intrastat Maintenance-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
VAT10007 AS ['Intrastat Maintenance']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Intrastat Maintenance'].NOTEINDX = ['Record Notes Master'].NOTEINDX |