Jump to content

Releases/Fall 2024

From Resco's Wiki
Warning Work in progress! We are in the process of updating the information on this page. Subject to change.

The 17.2 / Fall 2024 release is planned for September 2024. Find the download links for the latest preview version on the Preview page.

Resco mobile platform (Microsoft, Salesforce, Resco Cloud)

Delete signature after generating report

If you are using enhanced signature flow to sign reports at run time, you can opt to discard signatures as soon as the report is saved. Such signatures remain in the generated reports, but the signature image is removed from the database. When you generate a new version of the report, signature has to be reacquired. This feature can fulfill legal/security requirements, and it can save storage space.

To enable this feature, edit a report with enhanced signature flow enabled in the Report Designer and check Discard signature after report is saved.

discard-signature-after-use

Improved dropdown lists

In the previous release, we introduced the nicer dropdown lists for the iOS version of Resco Mobile CRM. In this release, they are also available for other operating systems.

Global constants

Woodford administrators can now define project-specific constants. These can then be used in the business logic throughout the app project.

To define global constants:

  1. Edit an app project and select Settings > Configuration from the Project menu.
  2. Click Global Constants.
  3. Define constants in the same way as you would define a variable in rules editor.

The following types are allowed:

  • Boolean
  • Date Time
  • Decimal
  • Integer
  • String

Constants can then be accessed in multiple places:

  • Rules (Form: On Save/On Change/On Load/Select Form; View: Row Script)
  • JSBridge

Unlike variables, constants cannot be modified, neither in the Rules editor nor in Resco Mobile CRM.

Support for Aztec codes

Resco Mobile CRM can now read Aztec barcodes. From user perspective, this process is similar to standard barcode scanning.

Woodford field usage: whitelist and other enhancements

In the previous release, we have introduced the feature that identifies fields actively used in the app (so that you can disable the rest and make sync go faster). In this release, we are adding more features, including a whitelist of fields that you don't want to disable.

check field usage screen as modified in fall 2024 release

manage a whitelist of fields that should not be disabled even if unused

Theme editor

The theme editor preview now better matches the actual app. Moreover, when you hover over an element, a tooltip appears (e.g., "home list selected foreground") so that you know you're about to change the right thing.

New push service

Legacy Google Cloud Messaging APIs are being discontinued. Resco has used them for push notifications on the Android platform. To ensure that push notifications continue to work, Resco Mobile CRM now supports Firebase Cloud Messaging instead.

Node.js upgrade

Node.js in Resco products was updated to version 20.x.

More control over MSAL authentication

You now have more control over MSAL configuration:

See MSAL authentication for details.

Inspections and questionnaires (Microsoft, Salesforce, Resco Cloud)

Create records from questionnaires

The data mapping feature of questionnaires now allows you to create new records from questionnaires.

Questionnaire Designer: collapsible side panes

In the Questionnaire Designer, you can hide the left and right panes. This leaves more space to focus on the questionnaire body.

collapse and restore side panes in the questionnaire designer

Questionnaire Designer: fields adapt to content

When editing questions in the designer, various fields automatically adapt and grow when you enter longer text.

QD fields grow as needed for content

Questionnaire Designer: shorter question names

When a user creates a new question, its name is automatically derived from the question label. If the label is very long, the name can get long, too. This affects the final size of questionnaire negatively. Questionnaire Designer now takes a maximum of 15 characters from the question label and adds a unique suffix if needed.

shorter question names in QD

Locate mandatory questions

When answering a questionnaire in Resco Mobile CRM, when you save or complete the questionnaire and the validation fails, the focus is automatically moved to the first mandatory question that needs attention. All other questions that need answers are marked with an alert icon in the question header.

Data mapping order

Before this change, the mappings were applied when loading the questionnaire, but as the values of lookups were just references, the chained mappings (fields that have that lookup as a source of its mappings) were not able to fill in the mapped values.

We now detect the order of bindings and apply mappings sequentially, so that even mappings like "Regarding->LookupA->LookupB->TextC" fill all the data properly.

Warning Breaking change: The smart defaults are now loaded prior to applying the mappings. When the smart default value is set to the lookup, fields that have this lookup as a source will now have the data from that default value.

Resco modules for Power Platform and Dataverse (Microsoft)

JavaScript support in questionnaires on Power Platform

Questionnaire Player on model-driven apps and Power Pages now supports JavaScript. You can enhance the questionnaires with your own custom logic.

openQuestionnaireWithTemplateName

The Questionnaire Player controller on Power Pages now supports a new method, openQuestionnaireWithTemplateName. Use the method if you want to identify the questionnaire by template name. Optionally, include the version number, or use the latest version by default. See the full list of methods for reference.

Simpler Forms+ setup

Getting starting with Resco Forms+ has been simplified. We have created a default fallback Woodford project so that new users of Forms+ don't have to create one (and possibly never touch Woodford again).