APBillPayment
Tracks payments made for accounts payable bills, recording amounts, payment states, and related data.
Columns
| Name | Type | Description |
| Paymentkey | Int64 | A unique identifier for the payment record associated with an accounts payable bill. |
| Payitemkey [KEY] | Int64 | The unique key identifying the payment item associated with the accounts payable bill. |
| Recordkey | String | The unique key identifying the record associated with this payment. |
| Paiditemkey | Int64 | The unique key identifying the paid item associated with the payment. |
| Amount | Double | The amount paid for the accounts payable bill. |
| State | String | The current state or status of the payment. |
| Parentpymt | Int64 | The unique key of the parent payment to which this payment is related. |
| Paymentdate | Datetime | The date on which the payment was made. |
| Record_url | String | The URL linking to the detailed record of the payment. |