Your own data model
Define the entities, properties and relationships your application needs.
Platform · Assets
People, requests, invoices or locations: define the information you need and how it connects. AssetTypes and Assets turn that model into the foundation of your application.
From concepts to data
An AssetType describes a kind of information, such as Person, Exemption, Invoice or InvoiceStatus. You choose its properties. An Asset is an individual instance, such as a particular person or invoice.
Think of an AssetType as a database table or collection, and an Asset as a record. Every AssetType has the standard Name property. You configure other properties to suit your application.
Define the entities, properties and relationships your application needs.
Create Assets from a dataview, a process or the API. A process can guide users through the required steps.
Configurable properties
Choose the data type that fits each property. Combine everyday information with references and structured data in the same model.
String for text, Integer for whole numbers, Decimal for decimal values and Boolean for yes/no values.
DateTime for dates and times; LocationPoint for a geographic location.
AssetType refers to a type, Asset to an individual record and Process to a process.
File refers to a file in a FileStorage. ComplexObject provides a JSON object with a structure you define.
Make connections visible
Use references to connect an invoice to a person or a report to a status. A dashboard can then display properties from the related Asset too.
For reference data, you can enable built-in properties such as Icon and Color. This gives a status or category a recognisable symbol and colour. A view can use those properties when displaying a reference, for example for markers on a map.
Location and hierarchy
Enable the built-in parent Asset reference for an AssetType. It can record, for example, that a package is on a pallet and the pallet is in a van.
The associated read-only LocationHierarchy property contains the complete location chain. A dashboard widget can show it as a breadcrumb, such as ‘Van 10 › Pallet 55’. Display the hierarchy of the current Asset, a related Asset or a fixed Asset you select.
One model, several uses
The data layer is automatically exposed through the Conneqt API. Rights and roles determine which information a user may read or change. The service layer records the creation, modification and deletion of data.
Use Assets in processes, filters, views and dashboards. This connects your data structure to the information and actions people need in their work.
Let a process request information, make decisions and update records.
Present the same Assets in a table, map, calendar, timeline or dashboard with focused widgets.
Tell us how it works today, where it gets stuck and what you want to change.