PODocumentSubtotals
Provides detailed subtotal data for purchase order (PO) documents, including values, percentages, and related metadata.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique identifier for the PO document subtotal entry. |
| Dochdrno | Int64 | Header number of the associated PO document. |
| Description | String | Description of the subtotal entry. |
| Absval | Double | Absolute value associated with the subtotal entry. |
| Percentval | Double | Percentage value associated with the subtotal entry. |
| Total | Double | Total value associated with the subtotal entry. |
| Absedit | String | Editable absolute value for the subtotal entry. |
| Percentedit | String | Editable percentage value for the subtotal entry. |
| Status | String | Current status of the subtotal entry. |
| Department | String | Department associated with the subtotal entry. |
| Location | String | Location associated with the subtotal entry. |
| Trx_absval | Double | Transaction-specific absolute value associated with the subtotal entry. |
| Trx_total | Double | Transaction-specific total value associated with the subtotal entry. |
| Docentrykey | Int64 | Key for the document entry associated with the subtotal. |
| Projectdimkey | Int64 | Key for the project dimension associated with the subtotal entry. |
| Projectid | String | Identifier for the project associated with the subtotal entry. |
| Projectname | String | Name of the project associated with the subtotal entry. |
| Customerdimkey | Int64 | Key for the customer dimension associated with the subtotal entry. |
| Customerid | String | Identifier for the customer associated with the subtotal entry. |
| Customername | String | Name of the customer associated with the subtotal entry. |
| Itemdimkey | Int64 | Key for the item dimension associated with the subtotal entry. |
| Itemid | String | Identifier for the item associated with the subtotal entry. |
| Itemname | String | Name of the item associated with the subtotal entry. |
| Record_url | String | URL linking to the record associated with the subtotal entry. |