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 Group Display Name: Receivable Transaction History Files
Physical Name: RM30601
Technical Name: RM_Tax_History
Group Technical Name: RM_Transaction_History_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
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 | DOCNUMBR | Document Number | String | STR20_Document_Number | 20 | |
4 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['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 | ||||||
5 | TRXSORCE | TRX Source | String | STR13 | 13 | |
6 | TAXDTLID | Tax Detail ID | String | STR15_Tax_Detail_ID | 15 | |
Key to the Sales/Purchases Tax Master (TX00201).
Click to show/hideSELECT
['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 | ||||||
7 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['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 | ||||||
8 | TAXAMNT | Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
9 | ORTAXAMT | Originating Tax Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
10 | STAXAMNT | Sales Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
11 | ORSLSTAX | Originating Sales Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
12 | FRTTXAMT | Freight Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
13 | ORFRTTAX | Originating Freight Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
14 | MSCTXAMT | Misc Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
15 | ORMSCTAX | Originating Misc Tax Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
16 | TAXDTSLS | Tax Detail Total Sales | Currency | DLR19_RBS0_UTR$ | 19 | |
17 | ORTOTSLS | Originating Total Sales | Currency | DLR19_RBSO_UTR$ | 19 | |
18 | TDTTXSLS | Tax Detail Total Taxable Sales | Currency | DLR19_RBS0_UTR$ | 19 | |
19 | ORTXSLS | Originating Total Taxable Sales | Currency | DLR19_RBSO_UTR$ | 19 | |
20 | POSTED | Posted | Boolean | True/False | 0 | |
21 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
22 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
23 | TXDTLPCTAMT | Tax Detail Percent or Amount | Currency | DLR11_$U5 | 11 |