Purchase Order Prepayments (POP10170)

azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPurchase Order Prepayments (POP10170)

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

Product: Microsoft Dynamics GP (0)
Series: Purchasing

Display Name: Purchase Order Prepayments
Physical Name: POP10170
Technical Name: popPOPrepaymentWorkHist

Group Display Name: Purchasing Transactions
Group Technical Name: Purchasing Transactions

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1PONUMBER SearchPO NumberStringSTR17_POP_Number17
2PMNTNMBR SearchPayment NumberStringSTR20_LBAU20
3PrepaymentSource SearchPrepayment SourceIntegerGB0
4PYENTTYP SearchPayment Entry TypeIntegerGB0

Click to show/hide Payment Entry Type


0	Check
1	Cash
2	Credit Card
5PrepaymentAmount SearchPrepayment AmountCurrencyDLR19_RBS0_UTR$19
6OriginatingPrepaymentAmt SearchOriginating Prepayment AmountCurrencyDLR19_RBS0_UTR$19
7APPLDAMT SearchApplied AmountCurrencyDLR17_RBS0_STR$17
8ORAPPAMT SearchOriginating Applied AmountCurrencyDLR17_RBS0_STR$17
9CURTRXAM SearchCurrent Trx AmountCurrencyDLR17_RBS0_UTR$17
10ORCTRXAM SearchOriginating Current Trx AmountCurrencyDLR17_RBS0_UTR$17
11DISTKNAM SearchDiscount Taken AmountCurrencyDLR17_RBS0_UTR$17
12ORDISTKN SearchOriginating Discount Taken AmountCurrencyDLR17_RBS0_UTR$17
13CHEKBKID SearchCheckbook IDStringSTR15_Checkbook_ID15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['Purchase Order Prepayments'].CHEKBKID AS 'Purchase Order Prepayments-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       POP10170 AS ['Purchase Order Prepayments']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['Purchase Order Prepayments'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
14CARDNAME SearchCard NameStringSTR15_Card_Name15
15CHEKNMBR SearchCheck NumberStringSTR20_Document_Number20
16DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
17CNTRLTYP 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
18PrepaymentAccountIndex SearchPrepayment Account IndexLong IntegerLI_1414
19Cash_Account_Index SearchCash Account IndexLong IntegerLI_1414
20PAY_ACCT_IDX SearchAccount Payable Account IndexLong IntegerLI_1414
21GLPOSTDT SearchGL Posting DateDateDT8
22BACHNUMB SearchBatch NumberStringSTR15_LBAU15
23BCHSOURC 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)
24TRXSORCE SearchTRX SourceStringSTR1313
25PSTGSTUS SearchPosting StatusIntegerINT0
26VOIDED SearchVoidedBooleanCB0
27CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Purchase Order Prepayments'].CURNCYID AS 'Purchase Order Prepayments-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       POP10170 AS ['Purchase Order Prepayments']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Purchase Order Prepayments'].CURNCYID = ['Currency Setup'].CURNCYID
28CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Purchase Order Prepayments'].CURRNIDX AS 'Purchase Order Prepayments-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       POP10170 AS ['Purchase Order Prepayments']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Purchase Order Prepayments'].CURRNIDX = ['Currency Setup'].CURRNIDX
29RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['Purchase Order Prepayments'].RATETPID AS 'Purchase Order Prepayments-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       POP10170 AS ['Purchase Order Prepayments']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['Purchase Order Prepayments'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
30EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['Purchase Order Prepayments'].EXGTBLID AS 'Purchase Order Prepayments-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       POP10170 AS ['Purchase Order Prepayments']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['Purchase Order Prepayments'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
31XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
32EXCHDATE SearchExchange DateDateDT_Date6
33TIME1 SearchTimeTimeTM66
34RATECALC SearchRate Calc MethodIntegerINT0
Rate Calc Method of the transaction. For non multi-currency transactions, this field will be blank.

Click to show/hide Rate Calc Methods

0	Multiply
1	Divide
35DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
36MCTRXSTT SearchMC Transaction StateIntegerINT11
MC Transaction State of the transaction. State the transaction was created in. For non multi-currency transactions, this field will be blank.

Click to show/hide MC Transaction States

0	Euro currency is not created or no denomination currencies are enabled.
		1	Originating is not a denomination; Functional is not a denomination
		2	Originating is not a denomination; Functional is the Euro currency.
		3	Originating is not a denomination; Functional is a denomination.
		4	Originating is a denomination; Functional is not a denomination.
		5	Originating is a denomination; Functional is a denomination.
		6	Originating is a denomination; Functional is the Euro currency.
		7	Originating is the Euro currency; Functional is a denomination.
		8	Originating is the Euro currency; Functional is not a denomination.
azurecurveProductsMicrosoft Dynamics GP (0)PurchasingPurchase Order Prepayments (POP10170)

Leave a Reply

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