AME PM Transactions (AME20000)

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

Product: MIS-AMS Extensions (3459)
Series: Purchasing

Display Name: AME PM Transactions
Physical Name: AME20000
Technical Name: AME_PM_Transactions

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1DOCTYPE SearchDocument TypeDDL_Document_TypeInteger0

Click to show/hide Document Types


1	Invoice
2	Finance Charge
3	Miscellaneous Charges
4	Return
5	Credit Memo
2VCHRNMBR SearchVoucher NumberSTR20_LBAUString20
Partial key to the PM Key Master File (PM00400).

Click to show/hide

SELECT
       ['AME PM Transactions'].VCHRNMBR AS 'AME PM Transactions-Voucher Number'
       ,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       PM00400 AS ['PM Key Master File']
              ON
                     ['AME PM Transactions'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
              AND
                     ['AME PM Transactions'].DOCTYPE = ['PM Key Master File'].DOCTYPE
3VCHNUMWK SearchVoucher Number - WORKSTR17_LBAUString17
4VENDORID SearchVendor IDSTR_15_Vendor_IDString15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['AME PM Transactions'].VENDORID AS 'AME PM Transactions-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['AME PM Transactions'].VENDORID = ['PM Vendor Master File'].VENDORID
5DOCDATE SearchDocument DateDTDate8
6DOCNUMBR SearchDocument NumberSTR20_Document_NumberString20
7DOCAMNT SearchDocument AmountDLR19_RBSO_UTR$Currency19
8CURTRXAM SearchCurrent Trx AmountDLR17_RBS0_UTR$Currency17
9DISCAMNT SearchDiscount AmountDLR17_RBS0_STR$Currency17
10DISTKNAM SearchDiscount Taken AmountDLR17_RBS0_UTR$Currency17
11DSCDLRAM SearchDiscount Dollar AmountDLR11_RBS0_UTR$Currency11
12BACHNUMB SearchBatch NumberSTR15_LBAUString15
13TRXSORCE SearchTRX SourceSTR13String13
14BCHSOURC SearchBatch SourceSTR15String15
15DISCDATE SearchDiscount DateDTDate8
16DUEDATE SearchDue DateDTDate8
17PORDNMBR SearchPurchase Order NumberPurchase Order NumberString20
18DISAMTAV SearchDiscount Amount AvailableDLR17_RBS0_UTR$Currency17
19TRXDSCRN SearchTransaction DescriptionSTR30String30
20VOIDED SearchVoidedCBBoolean0
21HOLD SearchHoldCB_HoldBoolean0
22CHEKBKID SearchCheckbook IDSTR15_Checkbook_IDString15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['AME PM Transactions'].CHEKBKID AS 'AME PM Transactions-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['AME PM Transactions'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
23DINVPDOF SearchDate Invoice Paid OffDTDate8
24POSTEDDT SearchPosted DateDATEDate6
25PTDUSRID SearchPosted User IDSTR15String15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['AME PM Transactions'].PTDUSRID AS 'AME PM Transactions-Posted User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['AME PM Transactions'].PTDUSRID = ['Users Master'].USERID
26MODIFDT SearchModified DateDTDate8
27MDFUSRID SearchModified User IDSTR15String15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['AME PM Transactions'].MDFUSRID AS 'AME PM Transactions-Modified User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['AME PM Transactions'].MDFUSRID = ['Users Master'].USERID
28PYENTTYP SearchPayment Entry TypeGBInteger0

Click to show/hide Payment Entry Type


0	Check
1	Cash
2	Credit Card
29PRCHAMNT SearchPurchases AmountDLR17_RBS0_UTR$Currency17
30TRDISAMT SearchTrade Discount AmountDLR17_RBS0_UTR$Currency17
31MSCCHAMT SearchMisc Charges AmountDLR17_RBS0_UTR$Currency17
32FRTAMNT SearchFreight AmountDLR17_RBS0_UTR$Currency17
33TAXAMNT SearchTax AmountDLR17_RBS0_UTR$Currency17
34TTLPYMTS SearchTotal PaymentsDLR19_RBS0_UTR$Currency19
35CURNCYID SearchCurrency IDSTR15_Currency_IDString15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['AME PM Transactions'].CURNCYID AS 'AME PM Transactions-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['AME PM Transactions'].CURNCYID = ['Currency Setup'].CURNCYID
36PYMTRMID SearchPayment Terms IDSTR20_Payment_Terms_IDString20
Key to the Payment Terms Master (SY03300).

Click to show/hide

SELECT
       ['AME PM Transactions'].PYMTRMID AS 'AME PM Transactions-Payment Terms ID'
       ,['Payment Terms Master'].PYMTRMID AS 'Payment Terms Master-Payment Terms ID'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       SY03300 AS ['Payment Terms Master']
              ON
                     ['AME PM Transactions'].PYMTRMID = ['Payment Terms Master'].PYMTRMID
37NOTEINDX SearchNote IndexDLR14Currency14
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['AME PM Transactions'].NOTEINDX AS 'AME PM Transactions-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       AME20000 AS ['AME PM Transactions']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['AME PM Transactions'].NOTEINDX = ['Record Notes Master'].NOTEINDX
38PSTGDATE SearchPosting DateDTDate8
39PRCHDATE SearchPurchase DateDTDate8
40CISDOC SearchCIS Document TypeDDL_CIS_Verification StatusInteger0
41CISIRVOU SearchCIS IR Voucher NumberSTR30_LBAUString30
42Status SearchStatusINTInteger0
43CISSCOPE SearchCIS In ScopeCB_CIS_In_ScopeBoolean0
44CISNONTAX SearchCIS Non-taxable AmountDLR17_RBS0_UTR$Currency17
45ORIGNONTAX SearchCIS Original Non-taxable AmountDLR17_RBS0_UTR$Currency17
46CISDEDUCT SearchCIS DeductedDLR17_RBS0_STR$Currency17
47NONREC SearchMAV Non_Recoverable AmountDLR17_RBS0_UTR$Currency17
48POPRCTNM SearchPOP Receipt NumberSTR17_POP_NumberString17
49POPTYPE SearchPOP TypeDDL_POP_TypeInteger0
50JRNENTRY SearchJournal EntryLI8_U0Long Integer8
51Tax_Date SearchTax DateDTDate8
52CISVerificationStatus SearchCISVerificationStatusDDL_CIS_Verification_StatusInteger0

Leave a Reply

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