APRecurBillEntry
Tracks individual entries in recurring AP bills, covering amounts, allocations, and related projects or entities.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the recurring AP bill entry record. |
| Entrydescription | String | A description of the entry in the recurring AP bill. |
| Amount | String | The total amount for this entry in the recurring AP bill. |
| Line_no | String | The line number of this entry in the recurring AP bill. |
| Form1099 | String | Indicates whether this entry is applicable to Form 1099 reporting. |
| Trx_amount | String | The transaction amount associated with this entry. |
| Allocation | String | The allocation type or details for this entry. |
| Billable | Boolean | Indicates whether this entry is billable. |
| Projectdimkey | Int64 | The project dimension key associated with this entry. |
| Projectid | String | The project ID associated with this entry. |
| Projectname | String | The name of the project associated with this entry. |
| Customerdimkey | Int64 | The customer dimension key associated with this entry. |
| Customerid | String | The customer ID associated with this entry. |
| Customername | String | The name of the customer associated with this entry. |
| Employeedimkey | Int64 | The employee dimension key associated with this entry. |
| Employeeid | String | The employee ID associated with this entry. |
| Employeename | String | The name of the employee associated with this entry. |
| Itemdimkey | Int64 | The item dimension key associated with this entry. |
| Itemid | String | The item ID associated with this entry. |
| Itemname | String | The name of the item associated with this entry. |
| Record_url | String | A URL to access detailed information about this entry record. |