Dimension set entry
The finance dimension values (such as equipment) attached to ERP postings.
Part of Financials in the register catalog.
- Register ID
dimension_set_entryUse this name to ask for the register. The API calls it a shelf ID.- Each record is
- An eventSomething that happened at a point in time.
- Status
- AvailableFilled today from connected systems, uploads or public data.
- Data
- OrganisationPrivate to each organisation's own workspace.
- Version
- v1Current version.
Connectors
On the roadmap
Systems in the planned connector rollout that can fill this register. Partial means the system holds only some of its fields.
- Xero AccountingPartial
Fields
8 fields: 6 required, 2 optional.
Required
Every record carries these fields.
- legal_entityText
The BC company whose dimension set the entry belongs to.
Example:
Bridgeworks Group Pty Ltd- dimension_set_idWhole number
BC
Dimension_Set_ID: the integer stamped on GL/JLE rows that this row resolves.Example:
48213- dimension_codeText
The BC dimension being set (
EQUIPMENT,PROJECT, …)Example:
PROJECT- dimension_value_codeText
The value of that dimension (the plant code, project code, …)
Example:
BWG-2025-001- source_systemText
The system the entry was read from.
Example:
D365_BUSINESS_CENTRAL- external_idText
The composite key
<Dimension_Set_ID>:<Dimension_Code>Example:
48213:PROJECT
Optional
Present when the source system records them.
- dimension_value_nameText
Human label of the value.
Example:
Emerald Street Rejuvenation- dimension_nameText
Human label of the dimension (e.g. "Equipment")
Example:
Project
Example record
A sample from Bridgeworks Group, Demiton's demonstration company. The values are illustrative; the shape is exactly what the contract describes.
{ "dimension_code": "PROJECT", "dimension_name": "Project", "dimension_set_id": 48213, "dimension_value_code": "BWG-2025-001", "dimension_value_name": "Emerald Street Rejuvenation", "external_id": "48213:PROJECT", "legal_entity": "Bridgeworks Group Pty Ltd", "source_system": "D365_BUSINESS_CENTRAL"}Use this contract
The contract is a standard JSON Schema (draft 2020-12) document, so any JSON Schema validator can check a record against it. Keywords starting with x-demiton- add Demiton's own meaning, such as units and requiredness, and validators ignore them.
https://docs.demiton.io/registers/dimension_set_entry/v1.jsonShow the full JSON Schema
Loading the schema…
Talk to the team
Tell us what you run - your ERP, field, payroll and document systems - and we will show you the registers Demiton would keep current from them, on your data, in a 30-minute call.