> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/work-order/work-order-status-and-selection-fields.md).

# Work order status and selection fields

Set work status, priority, work type, payment method, and project details.

## Work order status and selection fields

Use **Job details** to record the job’s state and handling.

Available fields depend on your company setup and permissions.

### Available fields

* Work status, completion state, priority, and type of work.
* Payment method, error, and solution.
* Project, project activity, and reference numbers.

### Field behaviour

Work status, priority, error, and solution show a code and message.

**Type of work** and **Projects** support search. Payment methods appear only when enabled.

Job details can also include a work description, internal memo, short description, comment, and custom fields. Supported text fields can use snippets.

Job number, reference, external reference, and external project number appear when configured.

### Update selection fields

{% stepper %}
{% step %}

### Open Job details

Open the work order and select **Job details**.
{% endstep %}

{% step %}

### Choose values

Open a field and select the appropriate value.

Use search where the list provides it.
{% endstep %}

{% step %}

### Link a project

Select **Project number** when the job belongs to a project.

Select a project activity when the project uses activities.
{% endstep %}

{% step %}

### Save changes

Tap **Done** to save your updates.
{% endstep %}
{% endstepper %}

### Notes

Some fields are visible but cannot be changed. Your company controls those permissions.

Tapping the selected work status or project can clear it.

Project activities appear only when the selected project has activities.

The **Done** button becomes available after you make a change.

### Related pages

* [Job Details](/mobile-app/android-outsmart-next/module-overviews/work-order/job-details.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/work-order/work-order-status-and-selection-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
