ARRecurInvoiceEntry
Tracks detailed entries for recurring AR invoices, covering line items, amounts, and related dimensions.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | The unique record number of the ARRecurInvoiceEntry object. |
| Entrydescription | String | Description of the entry in the recurring invoice. |
| Amount | String | The monetary amount for this entry. |
| Line_no | String | Line number associated with this entry. |
| Form1099 | String | Information related to 1099 forms for this entry. |
| Trx_amount | String | Transaction amount for this entry. |
| Allocation | String | Allocation details for this entry. |
| Billable | Boolean | Indicates if this entry is billable. |
| Revrecstartdate | Datetime | Start date for revenue recognition. |
| Revrecenddate | Datetime | End date for revenue recognition. |
| Revrectemplate | String | Revenue recognition template name. |
| Projectdimkey | Int64 | Dimension key for the associated project. |
| Projectid | String | Identifier for the associated project. |
| Projectname | String | Name of the associated project. |
| Vendordimkey | Int64 | Dimension key for the associated vendor. |
| Vendorid | String | Identifier for the associated vendor. |
| Vendorname | String | Name of the associated vendor. |
| Employeedimkey | Int64 | Dimension key for the associated employee. |
| Employeeid | String | Identifier for the associated employee. |
| Employeename | String | Name of the associated employee. |
| Itemdimkey | Int64 | Dimension key for the associated item. |
| Itemid | String | Identifier for the associated item. |
| Itemname | String | Name of the associated item. |
| Record_url | String | The URL for accessing the AR recurring invoice entry record. |