Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV41101
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Landed Cost Group Group Display Name: Inventory Landed Cost Cards
Physical Name: IV41101
Technical Name: ivLandedCostGroup
Group Technical Name: Inventory Landed Cost Cards
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Landed_Cost_Group_ID | Landed Cost Group ID | String | STR15_LBAU | 15 | |
2 | Long_Description | Long Description | String | STR50 | 50 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Inventory Landed Cost Group'].NOTEINDX AS 'Inventory Landed Cost Group-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV41101 AS ['Inventory Landed Cost Group']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Inventory Landed Cost Group'].NOTEINDX = ['Record Notes Master'].NOTEINDX |