- Check System Requirements and Compatibility for changes to the system requirements or supported database versions. For example, you may need to upgrade your database or Java version.
- Ensure you have a backup of the database before upgrading PhixFlow.
Follow the Upgrading PhixFlow steps. It is important to complete Step 8, in which you apply any Special Upgrade Instructions for all the intermediate releases between your current version and the version to which you are upgrading.
- After upgrading, we recommend you republish the PhixFlow data as described in Step 10 of Upgrading PhixFlow.
Improvements
DEV-7986 If a datasource has an unsupported JBDC JDBC 4 or 4.1 driver, PhixFlow no longer prevents it being used by reporting an error. PhixFlow will continue to report an error errors for JDBC 3 and earlier drivers.
Bug Fixes
DEV-7989 The _prompt function now correctly allows only alpha-numerical values and the underscore character in filter field names.
DEV-7088 When exporting Excel files from the console, the Created Date is displayed7088 When downloading data from the Imported/Exported Files tab in the system console, the Excel output file will now correctly display the Created Date column.
DEV-8000 Fixed an issue in which fields on a form were not being correctly updated. The issue only occured whenForm fields are now correctly updated in the following circumstances:
- a grid was driving drives a second grid, that was driving drives a form
- and the record selected on the first grid caused causes the second grid to return no records. The
Previously, the form fields were not being updated to show blank values.