PORecurSubtotals
Tracks recurring subtotal data for POs, including periodic cost updates, discounts, and associated attributes.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique identifier for the recurring purchase order subtotal entry. |
| Dochdrno | Int64 | Header number of the associated recurring purchase order document. |
| Description | String | Description of the recurring subtotal entry. |
| Absval | Double | Absolute value associated with the recurring subtotal entry. |
| Absedit | String | Editable absolute value for the recurring subtotal entry. |
| Percentval | Double | Percentage value associated with the recurring subtotal entry. |
| Percentedit | String | Editable percentage value for the recurring subtotal entry. |
| Total | Double | Total value associated with the recurring subtotal entry. |
| Status | String | Current status of the recurring subtotal entry. |
| Taxdetail | Int64 | Tax details associated with the recurring subtotal entry. |
| Department | String | Department associated with the recurring subtotal entry. |
| Location | String | Location associated with the recurring subtotal entry. |
| Trx_absval | Double | Transaction-specific absolute value associated with the recurring subtotal entry. |
| Trx_total | Double | Transaction-specific total value associated with the recurring subtotal entry. |
| Projectdimkey | Int64 | Key for the project dimension associated with the recurring subtotal entry. |
| Projectid | String | Identifier for the project associated with the recurring subtotal entry. |
| Projectname | String | Name of the project associated with the recurring subtotal entry. |
| Customerdimkey | Int64 | Key for the customer dimension associated with the recurring subtotal entry. |
| Customerid | String | Identifier for the customer associated with the recurring subtotal entry. |
| Customername | String | Name of the customer associated with the recurring subtotal entry. |
| Record_url | String | URL linking to the record associated with the recurring subtotal entry. |