Commission History (RM30501)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RM30501

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Commission History
Physical Name: RM30501
Technical Name: RM_Commission_History

Group Display Name: Receivable Transaction History Files
Group Technical Name: RM_Transaction_History_Logical_File

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1NCOMAMNT SearchNon-Commissioned AmountCurrencyDLR19_RBS0_STR$19
2RMDTYPAL SearchRM Document Type-AllIntegerINT22
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
3COMPRCNT SearchCommission PercentIntegerINT5_%25
4DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
5SEQNUMBR SearchSequence NumberLong IntegerLI_Sequence_Number10
6TRXSORCE SearchTRX SourceStringSTR1313
7COMTRSRC SearchCommission TRX SourceStringSTR1313
8CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['Commission History'].CUSTNMBR AS 'Commission History-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       RM30501 AS ['Commission History']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['Commission History'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
9SLPRSNID SearchSalesperson IDStringSTR15_Salesperson_ID15
Key to the RM Salesperson Master (RM00301).

Click to show/hide

SELECT
       ['Commission History'].SLPRSNID AS 'Commission History-Salesperson ID'
       ,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
       RM30501 AS ['Commission History']
INNER JOIN
       RM00301 AS ['RM Salesperson Master']
              ON
                     ['Commission History'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID
10SALSTERR SearchSales TerritoryStringSTR15_Sales_Territory15
Key to the Sales Territory Master File (RM00303).

Click to show/hide

SELECT
       ['Commission History'].SALSTERR AS 'Commission History-Sales Territory'
       ,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
       RM30501 AS ['Commission History']
INNER JOIN
       RM00303 AS ['Sales Territory Master File']
              ON
                     ['Commission History'].SALSTERR = ['Sales Territory Master File'].SALSTERR
11COMMCODE SearchCommission CodeStringSTR15_LBAU15
12PRCTOSAL SearchPercent of SaleIntegerINT5_%25
13SLSAMNT SearchSales AmountCurrencyDLR19_RBSO_UTR$19
14COMDLRAM SearchCommission Dollar AmountCurrencyDLR17_RBSO_STR$17
15POSTED SearchPostedBooleanTrue/False0
16COMMPAID SearchCommission PaidBooleanCB_Commission_Paid0
17COMMDEST SearchCommission DestinationIntegerDDL_Commission_Destination0
18ORCOMAMT SearchOriginating Commission Dollar AmountCurrencyDLR17_RBSO_STR$17
19ORSLSAMT SearchOriginating Sales AmountCurrencyDLR19_RBSO_STR$19
20ORNCMAMT SearchOriginating Non-Commissioned AmountCurrencyDLR19_RBS0_STR$19
21CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Commission History'].CURRNIDX AS 'Commission History-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       RM30501 AS ['Commission History']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Commission History'].CURRNIDX = ['Currency Setup'].CURRNIDX

Leave a Reply

Your email address will not be published. Required fields are marked *