Field Service technicians can create service reports to summarize the work they performed. These reports can contain details such as tasks completed, and products or parts used during the service. Service reports are often delivered to the customer as a PDF file.
This article outlines how to use the Power Apps component framework to build a service report for the Field Service mobile application. We provide a sample report and Power Apps component framework control that helps makers design and import reports for their environment. This report is considered a custom control and Microsoft doesn't provide support for it.
For a guided walkthrough, check out the following video.
Import the reporting solution into your environment. The import installs a reporting form, a command for the command bar, and includes a sample report. We recommend importing the solution as a managed solution.
Open your Field Service mobile app module in the app designer and enable the reporting form for the bookable resource booking entity. Save and publish your changes.
Edit the sample reporting Power Apps component framework control. Modify this control to change layout, add branding, updated data, or other updates necessary to meet your reporting requirements.
Rename the report to something descriptive for your organization by updating the report name in ControlManifest and index.ts. Refer to the ReadMe.pdf included with the sample source code for more details on making customizations.
Import the modified Power Apps component framework control into your environment. For more information, see Steps to import a PCF control.
Update customizations to point to your new Power Apps component framework template. Edit the ReportView form for the Bookable Resource Booking table to enable the report.
备注
The Power Apps Component Framework Report control includes resource files for multiple languages but only declares English (1033). For other languages, update the ControlManifest to declare the desired language for localization.
Generate reports in the mobile app
Open a booking in the Field Service mobile app.
Go to More > Report.
Generate reports in the web app
Administrators and dispatchers can also generate reports when viewing a booking in the Field Service web application.
On a bookable resource booking record, select Report.
组织都会拥有大量的数据。 随着组织不断壮大,为所有这些数据提供背景信息的能力变得日益重要。 报表可以采用有意义的方式组织数据。 财务和运营应用包括报告工具,以帮助您为组织创建报表,其中包括 SQL Server Reporting Services (SSRS)、Microsoft Power BI 和 Microsoft Excel 报表。 您可以用这些报告工具通过多种方式来可视化数据集,包括借助带有可折叠表的表格式布局及使用仪表板。 在本模块中,您将初步学习如何设计、创建和修改报表。