ieTrxRMImport (IERMTRXI)

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

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: ieTrxRMImport
Physical Name: IERMTRXI
Technical Name: ieTrxRMImport

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CMRECNUM SearchRecord NumberCurrencyDLR_Document_Number19
2SEQUENCE1 SearchSequenceCurrencyDLR19_$S219
3RMDNUMWK SearchRM Document Number-WORKStringSTR17_LBAU17
4CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['ieTrxRMImport'].CUSTNMBR AS 'ieTrxRMImport-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       IERMTRXI AS ['ieTrxRMImport']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['ieTrxRMImport'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
5CUSTNAME SearchCustomer NameStringSTR64_Customer_Name64
6DOCDATE SearchDocument DateDateDT8
7DOCTYPE SearchDocument TypeIntegerDDL_Document_Type0
8DOCDESCR SearchDocument DescriptionStringSTR3030
9DOCAMNT SearchDocument AmountCurrencyDLR19_RBSO_UTR$19
10SLSAMNT SearchSales AmountCurrencyDLR19_RBSO_UTR$19
11TRDISAMT SearchTrade Discount AmountCurrencyDLR17_RBS0_UTR$17
12FRTAMNT SearchFreight AmountCurrencyDLR17_RBS0_UTR$17
13MSCCHAMT SearchMisc Charges AmountCurrencyDLR17_RBS0_UTR$17
14TAXAMNT SearchTax AmountCurrencyDLR17_RBS0_UTR$17
15PYMTRMID SearchPayment Terms IDStringSTR20_Payment_Terms_ID20
Key to the Payment Terms Master (SY03300).

Click to show/hide

SELECT
       ['ieTrxRMImport'].PYMTRMID AS 'ieTrxRMImport-Payment Terms ID'
       ,['Payment Terms Master'].PYMTRMID AS 'Payment Terms Master-Payment Terms ID'
FROM
       IERMTRXI AS ['ieTrxRMImport']
INNER JOIN
       SY03300 AS ['Payment Terms Master']
              ON
                     ['ieTrxRMImport'].PYMTRMID = ['Payment Terms Master'].PYMTRMID
16SHIPMTHD SearchShipping MethodStringSTR15_Shipping_Method15
Key to the Shipping Methods Master (SY03000).

Click to show/hide

SELECT
       ['ieTrxRMImport'].SHIPMTHD AS 'ieTrxRMImport-Shipping Method'
       ,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
       IERMTRXI AS ['ieTrxRMImport']
INNER JOIN
       SY03000 AS ['Shipping Methods Master']
              ON
                     ['ieTrxRMImport'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD
17ADRSCODE SearchAddress CodeStringSTR15_Address_Code15
18TAXSCHID SearchTax Schedule IDStringSTR15_Tax_Schedule_ID15
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).

Click to show/hide

SELECT
       ['ieTrxRMImport'].TAXSCHID AS 'ieTrxRMImport-Tax Schedule ID'
       ,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
       IERMTRXI AS ['ieTrxRMImport']
INNER JOIN
       TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
              ON
                     ['ieTrxRMImport'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID

Leave a Reply

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