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 Group Display Name: Purchasing Transactions
Physical Name: POP10170
Technical Name: popPOPrepaymentWorkHist
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PONUMBER ![]() | PO Number | String | STR17_POP_Number | 17 | |
2 | PMNTNMBR ![]() | Payment Number | String | STR20_LBAU | 20 | |
3 | PrepaymentSource ![]() | Prepayment Source | Integer | GB | 0 | |
4 | PYENTTYP ![]() | Payment Entry Type | Integer | GB | 0 | |
Click to show/hide Payment Entry Type
0 Check
1 Cash
2 Credit Card | ||||||
5 | PrepaymentAmount ![]() | Prepayment Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
6 | OriginatingPrepaymentAmt ![]() | Originating Prepayment Amount | Currency | DLR19_RBS0_UTR$ | 19 | |
7 | APPLDAMT ![]() | Applied Amount | Currency | DLR17_RBS0_STR$ | 17 | |
8 | ORAPPAMT ![]() | Originating Applied Amount | Currency | DLR17_RBS0_STR$ | 17 | |
9 | CURTRXAM ![]() | Current Trx Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
10 | ORCTRXAM ![]() | Originating Current Trx Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
11 | DISTKNAM ![]() | Discount Taken Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
12 | ORDISTKN ![]() | Originating Discount Taken Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
13 | CHEKBKID ![]() | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['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 | ||||||
14 | CARDNAME ![]() | Card Name | String | STR15_Card_Name | 15 | |
15 | CHEKNMBR ![]() | Check Number | String | STR20_Document_Number | 20 | |
16 | DOCNUMBR ![]() | Document Number | String | STR20_Document_Number | 20 | |
17 | CNTRLTYP ![]() | Control Type | Integer | INT1 | 1 | |
The Control Type records the type of transaction.
Click to show/hide Control Types0 Voucher types
1 Payment types
2 Printed alignment forms | ||||||
18 | PrepaymentAccountIndex ![]() | Prepayment Account Index | Long Integer | LI_14 | 14 | |
19 | Cash_Account_Index ![]() | Cash Account Index | Long Integer | LI_14 | 14 | |
20 | PAY_ACCT_IDX ![]() | Account Payable Account Index | Long Integer | LI_14 | 14 | |
21 | GLPOSTDT ![]() | GL Posting Date | Date | DT | 8 | |
22 | BACHNUMB ![]() | Batch Number | String | STR15_LBAU | 15 | |
23 | BCHSOURC ![]() | Batch Source | String | STR15 | 15 | |
Records whether the transaction was entered in a batch or not.Click to show/hide the Batch SourcesPM_Trxent Batch
XXPM_Trxent No batch (real-time)
| ||||||
24 | TRXSORCE ![]() | TRX Source | String | STR13 | 13 | |
25 | PSTGSTUS ![]() | Posting Status | Integer | INT | 0 | |
26 | VOIDED ![]() | Voided | Boolean | CB | 0 | |
27 | CURNCYID ![]() | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
28 | CURRNIDX ![]() | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
29 | RATETPID ![]() | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['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 | ||||||
30 | EXGTBLID ![]() | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['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 | ||||||
31 | XCHGRATE ![]() | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
32 | EXCHDATE ![]() | Exchange Date | Date | DT_Date | 6 | |
33 | TIME1 ![]() | Time | Time | TM6 | 6 | |
34 | RATECALC ![]() | Rate Calc Method | Integer | INT | 0 | |
Rate Calc Method of the transaction. For non multi-currency transactions, this field will be blank.
Click to show/hide Rate Calc Methods0 Multiply
1 Divide | ||||||
35 | DENXRATE ![]() | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
36 | MCTRXSTT ![]() | MC Transaction State | Integer | INT1 | 1 | |
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 States0 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.
|