How to obtain a datasource from a simple report with the verification work done in the work order?
This method allows you to obtain a datasource from a simple report with the verification work carried out on a work order, including tasks, verifications and attached images.
The method to use is as follows: GET URL/app/MYTENANT/MYORGANIZATION/maintenance/workOrders/getTaskVerificationReport?workOrderKey=WORKORDERKEY&companyKey=COMPANYKEY
When successfully executed, this method returns the code HttpStatusCode.200OK.
Returns the following information:
- Header:
- Company logo (if defined);
- Work Order key and description;
- Asset key and description;
- Customer key and description;
- Description of the Work Order type;
- Workshop description;
- SLA start date;
- Work Order status description;
- Name of the responsible for the Work Order;
- SLA end date;
- Work Order remarks.
- Detail Verifications:
- Asset key and description;
- Maintenance plan key and description;
- Plan tasks key and description;
- Work Order tasks key and description;
- Verification value and remarques.
- Detail Attachments:
- File name and address of the Attachment image.
- Supported formats: png and jpg.
Related Articles
How to report the task verification associated with the work order?
When a work order is in a state that allows to record costs, it is possible to perform the task verification. To check the tasks, you must access the work order file "Work | Work Orders", select the work order that you wish to check the task of. On ...
How to create a template report for work orders?
To create a new template report for work orders, select the option Settings | Printing | Reports. Edit the "Work Order" template and, on the options, click "Copy to New". To make this the default report, select the tab "Entity Groups" and click the ...
How to report consumptions associated with the work order?
When a work order is in a state that allows to record costs, it is possible to record material consumptions. To report material consumptions, you must access the work order file you wish to report the costs to "Work | Work Orders ", select the WO ...
How to report labor associated with the work order?
When a work order is in a state that allows to record costs, it is possible to record labor costs. To record the labor costs, you must access the work order file that you wish to record the costs "Work | Work Orders", select the WO you wish to record ...
How to report misc costs associated with the work order?
When a work order is in a state that allows to record costs, it is possible to record misc costs. To record misc costs you must access the work order file you wish to record the costs "Work | Work Orders", select the WO you wish to record the cost. ...