ieTrxPMImport (IEPMTRXI)

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

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: ieTrxPMImport
Physical Name: IEPMTRXI
Technical Name: ieTrxPMImport

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CMRECNUM SearchRecord NumberCurrencyDLR_Document_Number19
2SEQUENCE1 SearchSequenceCurrencyDLR19_$S219
3VCHRNMBR SearchVoucher NumberStringSTR20_LBAU20
4VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['ieTrxPMImport'].VENDORID AS 'ieTrxPMImport-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       IEPMTRXI AS ['ieTrxPMImport']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['ieTrxPMImport'].VENDORID = ['PM Vendor Master File'].VENDORID
5VENDNAME SearchVendor NameStringSTR64_Vendor_Name64
6DOCDATE SearchDocument DateDateDT8
7DOCTYPE SearchDocument TypeIntegerDDL_Document_Type0
8VNDDOCNM SearchVendor Document NumberStringSTR20_Document_Number20
9DSCRIPTN SearchDescriptionStringSTR3030
10DOCAMNT SearchDocument AmountCurrencyDLR19_RBSO_UTR$19
11PRCHAMNT SearchPurchases AmountCurrencyDLR17_RBS0_UTR$17
12TRDISAMT SearchTrade Discount AmountCurrencyDLR17_RBS0_UTR$17
13FRTAMNT SearchFreight AmountCurrencyDLR17_RBS0_UTR$17
14MSCCHAMT SearchMisc Charges AmountCurrencyDLR17_RBS0_UTR$17
15TAXAMNT SearchTax AmountCurrencyDLR17_RBS0_UTR$17
16PYMTRMID SearchPayment Terms IDStringSTR20_Payment_Terms_ID20
Key to the Payment Terms Master (SY03300).

Click to show/hide

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

Click to show/hide

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

Click to show/hide

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

Leave a Reply

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