RM Tax History File (RM30601)

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

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: RM Tax History File
Physical Name: RM30601
Technical Name: RM_Tax_History

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

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1BACHNUMB SearchBatch NumberStringSTR15_LBAU15
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
3DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
4CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['RM Tax History File'].CUSTNMBR AS 'RM Tax History File-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       RM30601 AS ['RM Tax History File']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['RM Tax History File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
5TRXSORCE SearchTRX SourceStringSTR1313
6TAXDTLID SearchTax Detail IDStringSTR15_Tax_Detail_ID15
Key to the Sales/Purchases Tax Master (TX00201).

Click to show/hide

SELECT
       ['RM Tax History File'].TAXDTLID AS 'RM Tax History File-Tax Detail ID'
       ,['Sales/Purchases Tax Master'].TAXDTLID AS 'Sales/Purchases Tax Master-Tax Detail ID'
FROM
       RM30601 AS ['RM Tax History File']
INNER JOIN
       TX00201 AS ['Sales/Purchases Tax Master']
              ON
                     ['RM Tax History File'].TAXDTLID = ['Sales/Purchases Tax Master'].TAXDTLID
7ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['RM Tax History File'].ACTINDX AS 'RM Tax History File-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       RM30601 AS ['RM Tax History File']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['RM Tax History File'].ACTINDX = ['Account Index Master'].ACTINDX
8TAXAMNT SearchTax AmountCurrencyDLR17_RBS0_UTR$17
9ORTAXAMT SearchOriginating Tax AmountCurrencyDLR17_RBS0_UTR$17
10STAXAMNT SearchSales Tax AmountCurrencyDLR19_RBSO_UTR$19
11ORSLSTAX SearchOriginating Sales Tax AmountCurrencyDLR19_RBSO_UTR$19
12FRTTXAMT SearchFreight Tax AmountCurrencyDLR19_RBSO_UTR$19
13ORFRTTAX SearchOriginating Freight Tax AmountCurrencyDLR19_RBSO_UTR$19
14MSCTXAMT SearchMisc Tax AmountCurrencyDLR19_RBSO_UTR$19
15ORMSCTAX SearchOriginating Misc Tax AmountCurrencyDLR19_RBSO_UTR$19
16TAXDTSLS SearchTax Detail Total SalesCurrencyDLR19_RBS0_UTR$19
17ORTOTSLS SearchOriginating Total SalesCurrencyDLR19_RBSO_UTR$19
18TDTTXSLS SearchTax Detail Total Taxable SalesCurrencyDLR19_RBS0_UTR$19
19ORTXSLS SearchOriginating Total Taxable SalesCurrencyDLR19_RBSO_UTR$19
20POSTED SearchPostedBooleanTrue/False0
21SEQNUMBR SearchSequence NumberLong IntegerLI_Sequence_Number10
22CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['RM Tax History File'].CURRNIDX AS 'RM Tax History File-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       RM30601 AS ['RM Tax History File']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['RM Tax History File'].CURRNIDX = ['Currency Setup'].CURRNIDX
23TXDTLPCTAMT SearchTax Detail Percent or AmountCurrencyDLR11_$U511

Leave a Reply

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