Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM20401
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: PM Scheduled Payment LINE Group Display Name: Payables Transaction Logical File
Physical Name: PM20401
Technical Name: PM_SCH_LINE
Group Technical Name: PM_Transaction_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SCHEDULE_NUMBER | Schedule Number | String | STR20_Schedule_Number | 17 | |
2 | Schedule_Payment_Number | Schedule Payment Number | Integer | INT3 | 3 | |
3 | VCHRNMBR | Voucher Number | String | STR20_LBAU | 20 | |
Partial key to the PM Key Master File (PM00400).
Click to show/hideSELECT
['PM Scheduled Payment LINE'].VCHRNMBR AS 'PM Scheduled Payment LINE-Voucher Number'
,['PM Key Master File'].CNTRLNUM AS 'PM Key Master File-Control Number'
FROM
PM20401 AS ['PM Scheduled Payment LINE']
INNER JOIN
PM00400 AS ['PM Key Master File']
ON
['PM Scheduled Payment LINE'].VCHRNMBR = ['PM Key Master File'].CNTRLNUM
AND
['PM Scheduled Payment LINE'].DOCTYPE = ['PM Key Master File'].DOCTYPE | ||||||
4 | PAYMENT_AMOUNT | Payment Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
5 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['PM Scheduled Payment LINE'].VENDORID AS 'PM Scheduled Payment LINE-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
PM20401 AS ['PM Scheduled Payment LINE']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['PM Scheduled Payment LINE'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
6 | INTEREST_AMOUNT | Interest Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
7 | PRINCIPAL_AMOUNT | Principal Amount | Currency | DLR19_RBSO_UTR$ | 19 | |
8 | PRINCIPAL_BALANCE | Principal Balance | Currency | DLR19_RBSO_UTR$ | 19 | |
9 | DOCDATE | Document Date | Date | DT | 8 | |
10 | DUEDATE | Due Date | Date | DT | 8 | |
11 | Status | Status | Integer | INT | 0 | |
12 | MARKED | Marked | Boolean | Boolean | 0 | |
13 | MKDBYUSR | Marked By User | String | STR15 | 15 |