This version includes several improvements to the matrix view and importer, as well as performance improvements for form table loads and various bug fixes.
Improvements
Matrix View
-
Fixed several issues in the matrix form view where cells with (Blank) dimensions could display missing data, update the wrong record, or create incorrect draft records.
-
Fixed matrix form view facet selection options not cascading/filtering according to the defined order.
-
Fixed background sync reverting unsaved matrix view changes and resetting to the default view.
-
Fixed matrix form view column header pinning not being respected when scrolling horizontally.
-
Fixed matrix form view dimension cards not respecting the drop order when rearranging them in the matrix view editor.
-
Fixed matrix form view to allow incremental selection of row dimensions when adding a new row with required but blank dimensions.
Importer
- Importers now tolerate differences in whitespace and curly or straight apostrophes or quotes when matching text. Instead of requiring exact character matches, the importer searches for matching text despite extra spaces or incorrect apostrophe or quote usage.
Get billing account users API
-
The get billing account users API request now accepts optional query parameters to return a full list of unique user accounts linked to a billing account.
-
Invited users can be included in the returned list using the query parameter (
GET ``https://www.activityinfo.org/resources/billingAccounts/{accountId}/users?owners=false). -
You can also filter results to users assigned to a specific database (
GET ``https://www.activityinfo.org/resources/billingAccounts/{accountId}/users?owners=false&databaseId={databaseId}).
-
Performance improvements
- And additional performance optimizations that reduce form table loads.
Bug fixes
-
Fixed the select dropdown not opening when adding a new relevance rule in the form designer.
-
Fixed “Export all quantities” not including the values of reference fields from a reference form with a reverse reference.
-
Fixed copy-paste from Excel in some cases adding an extra space in text.
-
Fixed the uniqueness checks on subrecord fields that were incorrectly invalidating new records against previously deleted records.