Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10102
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Distribution Work and History Group Display Name: Sales Distribution
Physical Name: SOP10102
Technical Name: SOP_Distribution_WORK_HIST
Group Technical Name: Sales Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPTYPE ![]() | SOP Type | DDL_SOP_Type | Integer | 0 | |
2 | SOPNUMBE ![]() | SOP Number | STR20_SOP_Number | String | 17 | |
3 | SEQNUMBR ![]() | Sequence Number | LI_Sequence_Number | Long Integer | 10 | |
4 | DISTTYPE ![]() | Distribution Type | DDL | Integer | 0 | |
5 | DistRef ![]() | Distribution Reference | STR30 | String | 30 | |
6 | ACTINDX ![]() | Account Index | LI_14 | Long Integer | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Sales Distribution Work and History'].ACTINDX AS 'Sales Distribution Work and History-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SOP10102 AS ['Sales Distribution Work and History']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Distribution Work and History'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
7 | DEBITAMT ![]() | Debit Amount | DLR19_$S2 | Currency | 19 | |
8 | ORDBTAMT ![]() | Originating Debit Amount | DLR19_$S2 | Currency | 19 | |
9 | CRDTAMNT ![]() | Credit Amount | DLR19_$S2 | Currency | 19 | |
10 | ORCRDAMT ![]() | Originating Credit Amount | DLR19_$S2 | Currency | 19 | |
11 | CURRNIDX ![]() | Currency Index | INT3 | Integer | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Sales Distribution Work and History'].CURRNIDX AS 'Sales Distribution Work and History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SOP10102 AS ['Sales Distribution Work and History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Sales Distribution Work and History'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
12 | TRXSORCE ![]() | TRX Source | STR13 | String | 13 | |
13 | POSTED ![]() | Posted | True/False | Boolean | 0 | |
14 | Contract_Exchange_Rate ![]() | Contract Exchange Rate | DLR14_Exchange_Rate | Currency (Variable) | 14 | |
15 | 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. |