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 | STR15_LBAU | String | 15 | |
2 | LOCNCODE ![]() | Location Code | STR10_Location_Code | String | 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 | LI_Sequence_Number | Long Integer | 10 | |
4 | SOPTYPE ![]() | SOP Type | DDL_SOP_Type | Integer | 0 | |
5 | SOPNUMBE ![]() | SOP Number | STR20_SOP_Number | String | 17 | |
6 | LNITMSEQ ![]() | Line Item Sequence | LI_Sequence_Number | Long Integer | 10 | |
7 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 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 | ||||||
8 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |