Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10340
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Bin Quantities Work Group Display Name: Purchasing Transactions
Physical Name: POP10340
Technical Name: popBinWork
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPRCTNM | POP Receipt Number | String | STR17_POP_Number | 17 | |
2 | RCPTLNNM | Receipt Line Number | Long Integer | LI_Sequence_Number | 10 | |
3 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Purchasing Bin Quantities Work'].ITEMNMBR AS 'Purchasing Bin Quantities Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
POP10340 AS ['Purchasing Bin Quantities Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Purchasing Bin Quantities Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
5 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Purchasing Bin Quantities Work'].LOCNCODE AS 'Purchasing Bin Quantities Work-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
POP10340 AS ['Purchasing Bin Quantities Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Purchasing Bin Quantities Work'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
6 | BIN | Bin | String | STR15_Bin | 15 | |
7 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
8 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 |