EExpensesPayment
Tracks payments for employee expenses, recording amounts, statuses, and transaction details.
Columns
| Name | Type | Description |
| Paymentkey [KEY] | String | The unique identifier for the employee expense payment. |
| Payitemkey | String | The internal key for the payment item associated with the expense payment. |
| Recordkey | String | The internal key for the record associated with the expense payment. |
| Paiditemkey | String | The internal key for the paid item associated with the expense payment. |
| Amount | Double | The amount of the employee expense payment. |
| State | String | The state of the employee expense payment. |
| Parentpymt | String | The parent payment associated with the expense payment. |
| Paymentdate | Datetime | The date of the employee expense payment. |
| Record_url | String | The URL link to the expense payment record. |