Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM10600
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: PM Distribution Void WORK Temporary File Group Display Name: Payables Void Logical File
Physical Name: PM10600
Technical Name: PM_Distribution_Void_WORK
Group Technical Name: PM_Void_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCTYPE | Document Type | Integer | DDL_Document_Type | 0 | |
Click to show/hide Document Types
1 Invoice
2 Finance Charge
3 Miscellaneous Charges
4 Return
5 Credit Memo | ||||||
2 | VCHRNMBR | Voucher Number | String | STR20_LBAU | 20 | |
Partial key to the PM Key Master File (PM00400).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].VCHRNMBR AS 'PM Distribution Void WORK Temporary File-Voucher Number'
,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
PM00400 AS ['PM Key Master File']
ON
['PM Distribution Void WORK Temporary File'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
AND
['PM Distribution Void WORK Temporary File'].DOCTYPE = ['PM Key Master File'].DOCTYPE | ||||||
3 | DSTSQNUM | Distribution Sequence Number | Long Integer | Long Int | 8 | |
4 | 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 | ||||||
5 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
6 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
7 | DSTINDX | Distribution Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].DSTINDX AS 'PM Distribution Void WORK Temporary File-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['PM Distribution Void WORK Temporary File'].DSTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
Click to show/hide Distribution Type
1 Cash
2 Payable
3 Discount Available
4 Discount Taken
5 Finance Charge
6 Purchase
7 Trade Disc.
8 Misc. Charge
9 Freight
10 Taxes
11 Writeoffs
12 Other
13 GST Disc
14 PPS Amount | ||||||
9 | CHANGED | Changed | Boolean | YN | 0 | |
10 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].USERID AS 'PM Distribution Void WORK Temporary File-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['PM Distribution Void WORK Temporary File'].USERID = ['Users Master'].USERID | ||||||
11 | PSTGSTUS | Posting Status | Integer | INT | 0 | |
12 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].VENDORID AS 'PM Distribution Void WORK Temporary File-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['PM Distribution Void WORK Temporary File'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
13 | TRXSORCE | TRX Source | String | STR13 | 13 | |
14 | PSTGDATE | Posting Date | Date | DT | 8 | |
15 | INTERID | Intercompany ID | String | STR5_IC_ID | 5 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].INTERID AS 'PM Distribution Void WORK Temporary File-Intercompany ID'
,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['PM Distribution Void WORK Temporary File'].INTERID = ['Company Master'].INTERID | ||||||
16 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].CURNCYID AS 'PM Distribution Void WORK Temporary File-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PM Distribution Void WORK Temporary File'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
17 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PM Distribution Void WORK Temporary File'].CURRNIDX AS 'PM Distribution Void WORK Temporary File-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
PM10600 AS ['PM Distribution Void WORK Temporary File']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PM Distribution Void WORK Temporary File'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
18 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
19 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 | |
20 | APTVCHNM | Apply To Voucher Number | String | STR20_LBAU | 20 | |
21 | APTODCTY | Apply To Document Type | Integer | DDL_Document_Type | 0 | |
22 | SPCLDIST | Specialized Distribution | Integer | INT4 | 4 |