PM Payment WORK (PM10300)

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

Product: Microsoft Dynamics GP (0)
Series: Purchasing

Display Name: PM Payment WORK
Physical Name: PM10300
Technical Name: PM_Payment_WORK

Group Display Name: Payables Transaction Logical File
Group Technical Name: PM_Transaction_Logical_File

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1BACHNUMB SearchBatch NumberStringSTR15_LBAU15
2BCHSOURC SearchBatch SourceStringSTR1515
Records whether the transaction was entered in a batch or not.

Click to show/hide the Batch Sources

PM_Trxent	Batch
XXPM_Trxent	No batch (real-time)
3PMNTNMBR SearchPayment NumberStringSTR20_LBAU20
4CHEKBKID SearchCheckbook IDStringSTR15_Checkbook_ID15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['PM Payment WORK'].CHEKBKID AS 'PM Payment WORK-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['PM Payment WORK'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
5DOCDATE SearchDocument DateDateDT8
6DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
7APPLDAMT SearchApplied AmountCurrencyDLR17_RBS0_STR$17
8CURTRXAM SearchCurrent Trx AmountCurrencyDLR17_RBS0_UTR$17
9CHEKTOTL SearchCheck TotalCurrencyDLR19_RBS0_UTR$19
10VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['PM Payment WORK'].VENDORID AS 'PM Payment WORK-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['PM Payment WORK'].VENDORID = ['PM Vendor Master File'].VENDORID
11VENDNAME SearchVendor NameStringSTR64_Vendor_Name64
12COMMENT1 SearchComment1StringSTR3030
13ADDRESS1 SearchAddress 1StringSTR6060
14ADDRESS2 SearchAddress 2StringSTR6060
15ADDRESS3 SearchAddress 3StringSTR6060
16CITY SearchCityStringSTR3535
17STATE SearchStateStringSTR30_State29
18ZIPCODE SearchZip CodeStringSTR1010
19COUNTRY SearchCountryStringSTR6060
20VNDCHKNM SearchVendor Check NameStringSTR64_Vendor_Name64
21SOURCDOC SearchSource DocumentStringSTR10_Source_Document10
Key to the Source Document Master (SY00900).

Click to show/hide

SELECT
       ['PM Payment WORK'].SOURCDOC AS 'PM Payment WORK-Source Document'
       ,['Source Document Master'].SOURCDOC AS 'Source Document Master-Source Document'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       SY00900 AS ['Source Document Master']
              ON
                     ['PM Payment WORK'].SOURCDOC = ['Source Document Master'].SOURCDOC
22DISTKNAM SearchDiscount Taken AmountCurrencyDLR17_RBS0_UTR$17
23DISAMTAV SearchDiscount Amount AvailableCurrencyDLR17_RBS0_UTR$17
24WROFAMNT SearchWrite Off AmountCurrencyDLR17_RBS0_STR$17
25CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['PM Payment WORK'].CURNCYID AS 'PM Payment WORK-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['PM Payment WORK'].CURNCYID = ['Currency Setup'].CURNCYID
26VOIDED SearchVoidedBooleanCB0
27REPRNTED SearchReprintedIntegerINT22
28GSTDSAMT SearchGST Discount AmountCurrencyDLR17_RBS0_STR$17
29PGRAMSBJ SearchPercent Of Gross Amount SubjectIntegerINT5_RBS2_U%5
30PPSTAXRT SearchPPS Tax RateIntegerINT5_%25
31PPSAMDED SearchPPS Amount DeductedCurrencyDLR17_RBS0_UTR$17
32LDOCRMTC SearchList Documents on RemittanceIntegerDDL_List_Documents_On_Remittance0
33SDORMBY SearchSort Documents on Remittance ByIntegerGB0
34KEYFIELD SearchKey FieldStringSTR2020
35AMWDSNBR SearchAmount in Words and NumbersStringSTR6060
36NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['PM Payment WORK'].NOTEINDX AS 'PM Payment WORK-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['PM Payment WORK'].NOTEINDX = ['Record Notes Master'].NOTEINDX
37VCHRNMBR SearchVoucher NumberStringSTR20_LBAU20
Partial key to the PM Key Master File (PM00400).

Click to show/hide

SELECT
       ['PM Payment WORK'].VCHRNMBR AS 'PM Payment WORK-Voucher Number'
       ,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       PM00400 AS ['PM Key Master File']
              ON
                     ['PM Payment WORK'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
              AND
                     ['PM Payment WORK'].DOCTYPE = ['PM Key Master File'].DOCTYPE
38CNTRLTYP SearchControl TypeIntegerINT11
The Control Type records the type of transaction.

Click to show/hide Control Types

0	Voucher types
1	Payment types
2	Printed alignment forms
39DOCTYPE SearchDocument TypeIntegerDDL_Document_Type0

Click to show/hide Document Types


1	Invoice
2	Finance Charge
3	Miscellaneous Charges
4	Return
5	Credit Memo
40MODIFDT SearchModified DateDateDT8
41MDFUSRID SearchModified User IDStringSTR1515
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['PM Payment WORK'].MDFUSRID AS 'PM Payment WORK-Modified User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['PM Payment WORK'].MDFUSRID = ['Users Master'].USERID
42PSTGSTUS SearchPosting StatusIntegerINT0
43POSTEDDT SearchPosted DateDateDATE6
44PTDUSRID SearchPosted User IDStringSTR1515
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['PM Payment WORK'].PTDUSRID AS 'PM Payment WORK-Posted User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       PM10300 AS ['PM Payment WORK']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['PM Payment WORK'].PTDUSRID = ['Users Master'].USERID
45PMWRKMSG SearchPM WORK MessagesLong IntegerML_PM_WORK_Messages0
46PMWRKMS2 SearchPM WORK Messages 2Long IntegerML_PM_WORK_Messages_20
47PMDSTMSG SearchPM Distribution MessagesLong IntegerML_PM_Distribution_Messages0
48CHKCOMNT SearchCheck CommentStringSTR6060
49PSTGDATE SearchPosting DateDateDT8
50STRGA255 SearchString A 255StringSTR255255
51STRGB255 SearchString B 255StringSTR255255
52SEPRMTNC SearchSeperate RemittanceBooleanCB_Seperate_Remittance0
53STBOVRFL SearchStub OverflowBooleanCB0
54CTYSTZIP SearchCity-State-Zip CodeStringSTR4747
55TotDocAmt SearchTotal Document AmountCurrencyDLR19_RBS0_STR$19
56TotAmtPaid SearchTotal Amount PaidCurrencyDLR19_RBS0_UTR$19
57TotCrdAmt SearchTotal Credit AmountCurrencyDLR19_RBS0_UTR$19
58TotalPaidTot SearchTotal Paid TotalCurrencyDLR19_RBS0_UTR$19
59TotNegTot SearchTotal Negative TotalCurrencyDLR19_RBS0_UTR$19
60TotCrdDocAmt SearchTotal Credit Document AmountCurrencyDLR19_RBS0_UTR$19
61TotTotDocAmt SearchTotal Total Document AmountCurrencyDLR19_RBS0_UTR$19
62TotDiscTknAmt SearchTotal Discount Taken AmountCurrencyDLR19_RBS0_UTR$19
63TotWOAmt SearchTotal Write Off AmountCurrencyDLR19_RBS0_UTR$19
64TotPPSAmtDed SearchTotal PPS Amount DeductedCurrencyDLR19_RBS0_UTR$19
65TotGSTDiscAmt SearchTotal GST Discount AmountCurrencyDLR19_RBS0_UTR$19
66TotDiscTknTot SearchTotal Discount Taken TotalCurrencyDLR19_RBS0_UTR$19
67TotWOTot SearchTotal Write Off TotalCurrencyDLR19_RBS0_UTR$19
68Outstanding_Amount SearchOutstanding AmountCurrencyDLR19_RBS0_UTR$19
69Net_Paid_Amount SearchNet Paid AmountCurrencyDLR19_RBS0_UTR$19
70Electronic SearchElectronicBooleanCB_Electronic0
71PONUMBER SearchPO NumberStringSTR17_POP_Number17
72CARDNAME SearchCard NameStringSTR15_Card_Name15
73PYENTTYP SearchPayment Entry TypeIntegerGB0

Click to show/hide Payment Entry Type


0	Check
1	Cash
2	Credit Card
74LNGDESC SearchLong Description2StringSTR200200
75AMTINWDS SearchAmount in WordsTextTX500500

Leave a Reply

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