Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RM10501
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: RM Commission Work File Group Display Name: Receivables Open Transaction Files
Physical Name: RM10501
Technical Name: RM_Commission_WORK
Group Technical Name: RM_Open_Transaction_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | NCOMAMNT | Non-Commissioned Amount | Currency | DLR19_RBS0_STR$ | 19 | |
2 | RMDTYPAL | RM Document Type-All | Integer | INT2 | 2 | |
Document Type records the type of document.
Click to show/hide the Document Types
0 Balance Carried Forward
1 Sales / Invoice
2 Scheduled Payments
3 Debit Memo
4 Finance Charge
5 Service Repairs
6 Warranties
7 Credit Memo
8 Returns
9 Payments | ||||||
3 | COMPRCNT | Commission Percent | Integer | INT5_%2 | 5 | |
4 | DOCNUMBR | Document Number | String | STR20_Document_Number | 20 | |
5 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
6 | TRXSORCE | TRX Source | String | STR13 | 13 | |
7 | COMTRSRC | Commission TRX Source | String | STR13 | 13 | |
8 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['RM Commission Work File'].CUSTNMBR AS 'RM Commission Work File-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
RM10501 AS ['RM Commission Work File']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['RM Commission Work File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
9 | SLPRSNID | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['RM Commission Work File'].SLPRSNID AS 'RM Commission Work File-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
RM10501 AS ['RM Commission Work File']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['RM Commission Work File'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
10 | SALSTERR | Sales Territory | String | STR15_Sales_Territory | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['RM Commission Work File'].SALSTERR AS 'RM Commission Work File-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
RM10501 AS ['RM Commission Work File']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['RM Commission Work File'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
11 | COMMCODE | Commission Code | String | STR15_LBAU | 15 | |
12 | PRCTOSAL | Percent of Sale | Integer | INT5_%2 | 5 | |
13 | SLSAMNT | Sales Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
14 | COMDLRAM | Commission Dollar Amount | Currency | DLR17_RBSO_STR$ | 17 | |
15 | POSTED | Posted | Boolean | True/False | 0 | |
16 | COMMPAID | Commission Paid | Boolean | CB_Commission_Paid | 0 | |
17 | COMMDEST | Commission Destination | Integer | DDL_Commission_Destination | 0 | |
18 | ORCOMAMT | Originating Commission Dollar Amount | Currency | DLR17_RBSO_STR$ | 17 | |
19 | ORNCMAMT | Originating Non-Commissioned Amount | Currency | DLR19_RBS0_STR$ | 19 | |
20 | ORSLSAMT | Originating Sales Amount | Currency | DLR19_RBSO_STR$ | 19 | |
21 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['RM Commission Work File'].CURRNIDX AS 'RM Commission Work File-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
RM10501 AS ['RM Commission Work File']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['RM Commission Work File'].CURRNIDX = ['Currency Setup'].CURRNIDX |