Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10207
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Bulk Print Line Group Display Name: Sales Distribution
Physical Name: SOP10207
Technical Name: sopBulkPrintLine
Group Technical Name: Sales Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
2 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Sales Bulk Print Line'].LOCNCODE AS 'Sales Bulk Print Line-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SOP10207 AS ['Sales Bulk Print Line']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Sales Bulk Print Line'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
5 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
6 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
7 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Sales Bulk Print Line'].ITEMNMBR AS 'Sales Bulk Print Line-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP10207 AS ['Sales Bulk Print Line']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Sales Bulk Print Line'].ITEMNMBR = ['Item Master'].ITEMNMBR |