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 | Integer | DDL_SOP_Type | 0 | |
2 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
3 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
5 | DistRef | Distribution Reference | String | STR30 | 30 | |
6 | ACTINDX | Account Index | Long Integer | LI_14 | 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 | Currency | DLR19_$S2 | 19 | |
8 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 | |
9 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
10 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
11 | CURRNIDX | Currency Index | Integer | INT3 | 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 | String | STR13 | 13 | |
13 | POSTED | Posted | Boolean | True/False | 0 | |
14 | Contract_Exchange_Rate | Contract Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 |