AllocationEntry
Details individual allocation components, covering related dimensions and associated financial entities.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the allocation entry record. |
| Value | Double | The value associated with the allocation entry. |
| Locationid | String | The identifier for the location associated with the allocation entry. |
| Departmentid | String | The identifier for the department associated with the allocation entry. |
| Projectid | String | The identifier for the project associated with the allocation entry. |
| Projectname | String | The name of the project associated with the allocation entry. |
| Customerid | String | The identifier for the customer associated with the allocation entry. |
| Customername | String | The name of the customer associated with the allocation entry. |
| Vendorid | String | The identifier for the vendor associated with the allocation entry. |
| Vendorname | String | The name of the vendor associated with the allocation entry. |
| Employeeid | String | The identifier for the employee associated with the allocation entry. |
| Employeename | String | The name of the employee associated with the allocation entry. |
| Itemid | String | The identifier for the item associated with the allocation entry. |
| Itemname | String | The name of the item associated with the allocation entry. |
| Classid | String | The identifier for the class associated with the allocation entry. |
| Classname | String | The name of the class associated with the allocation entry. |
| Whencreated | Datetime | The timestamp indicating when the allocation entry was created. |
| Whenmodified | Datetime | The timestamp indicating when the allocation entry was last modified. |
| Createdby | Int64 | The identifier of the user or process that created the allocation entry. |
| Modifiedby | Int64 | The identifier of the user or process that last modified the allocation entry. |
| Projectdimkey | Int64 | The unique key for the project dimension associated with the allocation entry. |
| Customerdimkey | Int64 | The unique key for the customer dimension associated with the allocation entry. |
| Vendordimkey | Int64 | The unique key for the vendor dimension associated with the allocation entry. |
| Employeedimkey | Int64 | The unique key for the employee dimension associated with the allocation entry. |
| Itemdimkey | Int64 | The unique key for the item dimension associated with the allocation entry. |
| Classdimkey | Int64 | The unique key for the class dimension associated with the allocation entry. |
| Record_url | String | The URL linking to the detailed record of the allocation entry. |