You will need to add the IIS APPPOOL\RescoCloud user to the SQL Server Reporting Services Home Folder permissions page. For instructions on adding the user, see https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/reporting-services-configuration-manager-native-mode?view=sqlallproducts-allversions. You can filter the instructions to your SQL Server version.
The Job Summary Timesheet report no longer prints automatically when a technician completes a job appointment with billable transactions on the appointment. If your company would like to continue to have this report automatically generated, you can remove the comment lines from Offline HTML:
Note Enabling the automatic timesheet generation after completing a job appointment:
In Woodford, select the MobileTech project and then select Edit from the menu bar.
- From the left navigation, select Offline HTML.
- Double-click Entity to open.
Double-click Appointment to open. - Select appointment-form_complete-job.html and then select Edit from the menu bar.
- Scroll down to FORM EXECUTIONS.
- Locate //,generateTimesheetReport(appointment) //Uncomment line to turn on automatic generation of timesheets.
- Remove the preceding //, and succeeding //Uncomment line to turn on automatic generation of timesheets so that the line only displays the following.
generateTimesheetReport(appointment) - Select Save.
- Select Save from the menu bar.
- Publish the project.
IMPORTANT
Deprecation Note:
...