Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10111
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Picking Instruction Master Group Display Name: Sales Cards
Physical Name: SOP10111
Technical Name: sopPickingInstructionMstr
Group Technical Name: Sales Cards
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | INSTRUCTIONID | Instruction ID | String | STR15_LBU | 15 | |
2 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Sales Picking Instruction Master'].NOTEINDX AS 'Sales Picking Instruction Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SOP10111 AS ['Sales Picking Instruction Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Sales Picking Instruction Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
3 | COMMENT_1 | Comment[1] | String | STR50 | 50 | |
4 | COMMENT | Comment | STR50 | String | 50 | |
5 | COMMENT_2 | Comment[2] | String | STR50 | 50 | |
6 | COMMENT_3 | Comment[3] | String | STR50 | 50 | |
7 | COMMENT_4 | Comment[4] | String | STR50 | 50 | |
8 | PICKINGINSTRUCTION | Picking Instruction | Text | TX32000 | 32000 |