CSR-2026-00042. Its path is simple: a request is received, checked, assigned, inspected when necessary, decided, communicated, and closed. The same model can support permits, complaints, maintenance, licensing, project follow-up, or workforce operations.
Goal
Understand how people, records, work, evidence, and access connect so that a member can move from a notification to the correct record and know what to do next.The shared vocabulary
Start with the durable record
The primary record is the answer to “What are we managing?” In the Citizen Services Directorate scenario, it is Citizen Service Request. It holds durable facts that staff must search, review, filter, report on, and retain:- the human reference
request_id, generated by the Serial ID field; - service category, requester path, location, and submitted information;
- current status and accountable owner;
- requested amount, fee rate, and a calculated estimated fee where the policy requires it;
- links to inspections, documents, tasks, and other related operational work; and
- the final decision, decision date, and citizen-facing outcome where applicable.
Choose the right object for each action
When designing a service, ask where a fact should survive after the interaction ends.
The rule is simple: coordinate in a message, but record the operational result in the entity or task that owns it. A chat message can create a task from its text, but the task still needs a clear owner, due date, and relationship to the request.
Fields, labels, and keys
People see field titles such as Request ID, Estimated Fee, or Inspection Date. Builders also maintain stable keys such asrequest_id, estimated_fee, and inspection_date. A translated title helps a user understand the screen; a key is what calculations, conditions, templates, and integrations use.
Do not change a field title just to make an expression work. Do not use a translated label inside an expression. Keep the key stable, give it a clear title in every active language, and document what valid data looks like. For a full implementation guide, see Entity fields and layouts, Serial IDs, and Calculated fields.
Status, task, and decision are different controls
A record status describes the service’s approved stage: for example, Received, Under review, Inspection scheduled, Decision ready, or Closed. A task assigns work needed to move or verify that stage. A formal decision may additionally require a configured action, signature, or form response. For example:- The request is Received after intake.
- A completeness task is assigned to the Registry Officer.
- The officer records missing evidence and moves the request according to the approved rule.
- The Service Manager schedules an inspection and creates the related inspection record.
- The inspector records findings; the request can become Decision ready only when the required evidence exists.
- The authorized reviewer records the decision through the configured workflow. Closing a task alone does not prove that a formal signature or policy decision happened.
Access follows the work
KayanOS permissions are based on assigned verbs and scopes. The same person may be allowed to list requests in one service center, open a specific inspection, update only their assigned work, download a file, or see a notification without being permitted to share or delete the underlying item. Design access with the service path in mind:- the Registry Officer may create and update intake data in the approved intake scope;
- the Field Inspector may open assigned requests and update inspections in the field-service scope;
- the Records Officer may open and share only the approved evidence space;
- the Service Manager may assign work and update the service status; and
- an administrator manages organization-wide setup but is not automatically the operational owner of every request.
A practical design check
Before building the next screen, write one sentence for each question:- What is the primary record?
- Which fields are facts, which are calculated, and which are evidence links?
- Which related records need their own lifecycle?
- Who owns the next action at every status?
- Which task, event, or notification helps the owner act without duplicating the record?
- Which roles can list, open, create, update, share, or delete each resource, and in what scope?
- What must be visible in Arabic and English for the service to be understandable?
Safe testing
Create one controlled request with synthetic information. Add one inspection, one task, one event, and one evidence file. Then sign in as a non-owner test member and verify that the member can see exactly the intended records and actions. Record the result before removing the test data and temporary grants.Troubleshooting
Related guides
- Build access deliberately in Roles and access.
- Learn how the interface exposes available work in Navigate KayanOS.
- Follow a complete service path in Explore an example workspace.
- Design entities in Plan an app before building and Entities.
- Configure formal form actions and signatures in Form actions, logic, and signatures.


