# Assignments

A single job can have multiple assignments, allowing different technicians or resources to be scheduled for the same job. This is useful when the job requires more than one skill set, multiple visits, or additional support from other team members.

Each assignment is recorded separately and can have its own scheduled start time, end time, and assigned technician. This gives dispatchers full flexibility in planning and ensures all required resources are allocated efficiently.

<figure><img src="/files/M28zLdpDbCAccV7KnlNp" alt=""><figcaption></figcaption></figure>

**Field List and Descriptions**

<table data-header-hidden><thead><tr><th width="75" valign="bottom"></th><th width="152" valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><strong>Sr. No.</strong></td><td valign="bottom"><strong>Field Name</strong></td><td valign="bottom"><strong>Short Description</strong></td></tr><tr><td valign="bottom">1</td><td valign="bottom">Assignment no</td><td valign="bottom">Auto generated unique number for each assignment.</td></tr><tr><td valign="bottom">2</td><td valign="bottom">Job</td><td valign="bottom">Lookup field to job for which assignment is added.</td></tr><tr><td valign="bottom">3</td><td valign="bottom">Service engineer</td><td valign="bottom">Lookup field for service engineer which is assigned to assignment.</td></tr><tr><td valign="bottom">4</td><td valign="bottom">Reason</td><td valign="bottom">The Reason field on an assignment is used to capture the purpose or context behind why a particular technician or resource has been assigned, rescheduled, or updated on a job.</td></tr><tr><td valign="bottom">5</td><td valign="bottom">Status</td><td valign="bottom">Display status of estimate for example accepted, assigned, rejected etc.</td></tr><tr><td valign="bottom">6</td><td valign="bottom">Scheduled Start</td><td valign="bottom">The Schedule Start field indicates the date and time when the assigned technician is planned to begin work on the job.</td></tr><tr><td valign="bottom">7</td><td valign="bottom">Scheduled End</td><td valign="bottom">The Schedule End field represents the planned date and time when the technician is expected to finish the assignment.</td></tr><tr><td valign="bottom">8</td><td valign="bottom">Accepted Date</td><td valign="bottom">The Accepted Date field captures the date and time when the technician officially acknowledges or accepts the assignment.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/jobs/related-entities/assignments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
