RE: Is there a way to Generate a report automatically when a Work Order is closed?
Hi Dave,
You can achieve this using Document Template.
1. Configure the content of your expected report in a word template
2. Create a workflow and run the workflow on change of status of work order and status = closed. Add the following steps on success condition

Under Action select SetWordTemplate and set the Entity to “(None (global))”

Select Set Properties. : Choose the word template you configured and the context of the work order entity.
3. Activate the workflow.
4. Once the work order is closed, the word template with configured data will be attached with the work order.
Extension suggestion:
1. If interested, you can transfer the word document from notes to sharepoint library.
2. You can send an email from the notes (annotations)
Let me know if this works for you.