> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/field-operations/inspection-reports/can-i-move-an-inspection-report-to-another-customer-or-property.md).

# Can I move an inspection report to another customer or property?

There is no way to move or reassign a submitted inspection report to a different customer or property - a report stays with the property and visit it was created on. The submitted report's actions let you duplicate, share, or, when enabled, file the report to The Compliance Engine; none of those actions changes the report's customer or property.

Duplicate makes a fresh draft on the same property, so it doesn't move anything to another customer. If a report is under the wrong customer because the whole property belongs to the wrong customer, fix it at the property level: move the property to the correct customer (Property page -> Move a property to another customer, which needs the move/merge permission), and the property's reports go with it.

If the property move action is missing but you need it, contact your business's administrator to review your role.

That only helps when every report on the property should move together - if a single report is genuinely on the wrong property, the practical path is to recreate it under the correct property and visit.

If you just need the customer to have the report, open the submitted report and use **Send Report** to email only its PDF. You can also use **Send Report** beside the inspection report in its Job task, or use **Send Job Summary** from the report or the Job task's Quick Actions to share a recap link that includes the report with other job information. The two methods are enabled separately.

> **Where to find it:** A submitted report has no move or reassign action. To change the customer, move the property from the Property page; to share without moving, use Send Report or Send Job Summary from the report or its Job task.

## Related guides

* [Duplicate an inspection report](/field-operations/inspection-reports/duplicate-an-inspection-report.md)
* [Download or email an inspection report](/field-operations/inspection-reports/download-or-email-an-inspection-report.md)
* [Working with the assets on an inspection report (bulk pass, skip, delete)](/field-operations/inspection-reports/working-with-the-assets-on-an-inspection-report-bulk-pass-skip-delete.md)
* [Answer a question on many inspection assets at once](/field-operations/inspection-reports/answer-a-question-on-many-inspection-assets-at-once.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://learn.withessential.com/field-operations/inspection-reports/can-i-move-an-inspection-report-to-another-customer-or-property.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.
