Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10203
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Order Bin Quantities Work and History Group Display Name: Sales Distribution
Physical Name: SOP10203
Technical Name: sopBinWorkHist
Group Technical Name: Sales Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
2 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
3 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
4 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 | |
5 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
6 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Sales Order Bin Quantities Work and History'].ITEMNMBR AS 'Sales Order Bin Quantities Work and History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP10203 AS ['Sales Order Bin Quantities Work and History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Sales Order Bin Quantities Work and History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
7 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Sales Order Bin Quantities Work and History'].LOCNCODE AS 'Sales Order Bin Quantities Work and History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SOP10203 AS ['Sales Order Bin Quantities Work and History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Sales Order Bin Quantities Work and History'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
8 | BIN | Bin | String | STR15_Bin | 15 | |
9 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
10 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
11 | POSTED | Posted | Boolean | True/False | 0 |