Releases/Winter 2021
| Warning | Work in progress! We are in the process of updating the information on this page. Subject to change. |
The Winter 2021 release (14.3) is planned for December 2021.
Platform
Tree view on forms
You can now add tree views as a tab on forms.
Simpler form rules
You can now save time and space when writing form rules. Until now, it was necessary to disable fields one by one. With this release, you can enable or disable all fields on a form tab with one step:
| Tabs.Address.IsEnabled | Assign | False |
The IsEnabled variable is available for basic form tabs used to display entity fields (created via Add Detail button) such as General or Address, but not for different types of tabs, such as maps or associated lists.
Pay with Resco (preview)
Payments are part of the field processes. In this release, we are previewing the option to pay with Stripe from Resco mobile apps. Contact Resco for more information.
Add multiple records to associated view
You can now manage associated records in bulk. On your form, go to the Associated tab properties and on the Properties tab, enable Add Multiple Existing.
This feature is available as long as the parent entity has a single entity as its target. For example, if you have an associated list with activities Add Multiple Existing is not available.
Integrations improvements
Resco Cloud Integrations functions with Business Central and other systems have received further improvements.
- Sync direction
- For each entity, you can set up whether to synchronize records in both directions, upload only, or download only.
- Distinct sync filter for upload/download
- You can now configure a separate sync filter for download and upload. This improvement also solves problems like syncing two external entities with one entity on Resco Cloud.
- Microsoft Dynamics 365
- We have documented some specifics related to using the Integrations feature for connecting to Dynamics.
Resco Cloud connector
A new version of the Resco Cloud connector for Power Automate is being reviewed by Microsoft, with the following new features:
- Get questionnaire - returns a list of questionnaires and you can also display a list of answers for the selected questionnaire
- Trigger - create a trigger for create/update/delete operations
- Generate report - generate a report, just like in the mobile app
Web triggers for REST API
Resco Cloud REST API now supports webhooks.
CreateWebhook: /$hook?$entity={entity}&$action={action}
- entity: entity name
- action: one of [Create | Update | Delete]
- POST BODY:
<Url><CallbackUrl>URL to invoke</CallbackUrl></Url> - RESPONSE HEADER: Location: URL to delete webhook
The BODY of the request to the external URL is in JSON format: '{ "id": "record id" }'
Web triggers for OData
Resco Cloud OData API now supports webhooks.
CreateWebhook: /$hook?$entity={entity}&$action={action}
- entity: entity name
- action: one of [Create | Update | Delete]
- POST BODY:
{ CallbackUrl: "URL to invoke" } - RESPONSE HEADER: Location: URL to delete webhook
The BODY of the request to the external URL is in JSON format: '{ "id": "record id" }'
Inspections
Buttons and reports
When designing a questionnaire template in Questionnaire Designer, the button component has now an additional configuration available. When you select the Run mobile report, View mobile report, or Complete with report action, you can now select which report to show.
Import questions from images/PDF documents
In the previous release, we have introduced the option to import questions from a specially formed Excel/CSV document. In this release, you can import any image or PDF document. Using a cloud service, we parse the document to identify questions; then we import them into Questionnaire Designer.
This function uses Amazon Textract for parsing documents. The file should be no more than 10 pages long and its size less than 10 MB. See also the limitations of the service, such as supported languages. You can convert some pages for free. If you need more, set up an AWS account and activate Textract; you can then enter your Amazon credentials in the Questionnaire Designer.
Schedule Board improvements
- Working hours
- You can configure the different sets of working hours and assign them as the default for your organization or individually for each resource.
- Start Schedule Board from work order form
- You can now start the Schedule Board directly from the work order form:
- Click the plus button on the work order schedules associated list.
- If you have multiple schedule boards set up, you can select which one to use.
- The schedule board starts with a custom filter and focus on the work order.
- Schedule Board declutter
- Based on your feedback, we took a hard look at the Schedule Board user interface, moving controls around to be more intuitive and even hiding/removing some rarely used functions. Some settings were moved to the configuration in Woodford.
resco.FieldService
- Geo-fencing
- When the field worker starts the work on a work order, the app will verify if the worker is near the asset location.
- Functional locations
resco.Houston
- Configure how images should be displayed in guides: fill or fit.
- Mobile users can leave feedback on guides
- Permissions update
- Mobile refactor
