Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10101
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Commissions Work and History Group Display Name: Sales Distribution
Physical Name: SOP10101
Technical Name: SOP_Commission_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 | SLPRSNID | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['Sales Commissions Work and History'].SLPRSNID AS 'Sales Commissions Work and History-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
SOP10101 AS ['Sales Commissions Work and History']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['Sales Commissions Work and History'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
5 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['Sales Commissions Work and History'].SALSTERR AS 'Sales Commissions Work and History-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
SOP10101 AS ['Sales Commissions Work and History']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['Sales Commissions Work and History'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
6 | COMPRCNT | Commission Percent | Integer | INT5_%2 | 5 | |
7 | COMMAMNT | Commission Amount | Currency | DLR17_RBS0_STR$ | 17 | |
8 | OCOMMAMT | Originating Commission Amount | Currency | DLR17_RBSO_STR$ | 17 | |
9 | NCOMAMNT | Non-Commissioned Amount | Currency | DLR19_RBS0_STR$ | 19 | |
10 | ORNCMAMT | Originating Non-Commissioned Amount | Currency | DLR19_RBS0_STR$ | 19 | |
11 | PRCTOSAL | Percent of Sale | Integer | INT5_%2 | 5 | |
12 | ACTSLAMT | Actual Sale Amount | Currency | DLR19_RBS0_STR$ | 19 | |
13 | ORSLSAMT | Originating Sales Amount | Currency | DLR19_RBSO_STR$ | 19 | |
14 | CMMSLAMT | Commission Sale Amount | Currency | DLR17_RBS0_STR$ | 17 | |
15 | ORCOSAMT | Originating Commission Sales Amount | Currency | DLR17_RBS0_STR$ | 17 | |
16 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Sales Commissions Work and History'].CURRNIDX AS 'Sales Commissions Work and History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
SOP10101 AS ['Sales Commissions Work and History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Sales Commissions Work and History'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
17 | TRXSORCE | TRX Source | String | STR13 | 13 |