Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/VAT00200
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: VAT_IV_Comm_Code Group Display Name: Intrastat
Physical Name: VAT00200
Technical Name: VAT_IV_Comm_Code
Group Technical Name: Intrastat
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TCC | Tax Commodity Code | String | STR30_VAT | 30 | |
2 | NUMASS | Net Unit Mass | Currency | DLR17_QTY_RBS0_UTR | 17 | |
3 | PROTYPECODE | Process Type Code | String | STR6_VAT | 6 | |
4 | PROTYPECODESC | Process Type Code Description | String | STR30 | 30 | |
5 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['VAT_IV_Comm_Code'].NOTEINDX AS 'VAT_IV_Comm_Code-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
VAT00200 AS ['VAT_IV_Comm_Code']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['VAT_IV_Comm_Code'].NOTEINDX = ['Record Notes Master'].NOTEINDX |