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