Improvements in OP Forms (Release 6.1)
Available since version 6.1.0-Warcraft
Introduction
In version 6.1 we have included new improvements in the Onesait Platform Forms, in order to meet the needs of our customers.
Button
To navigate to another Form, previously you had to write the code of the Form. Now a selector will appear with the possible forms to navigate to.
Paginated Table and Paginated Table From Server
Parameterise DataSources
It will be possible when using Datasources instead of Entities as data source.
This is useful when the DataSource has subqueries and the filtering of the data is to be done at that level, for which the parameter will have to be defined in the DataSource like this: {$param}
In the Form these parameters will be filled in by putting the identifier of the parameter and the value, which can be taken from the fields of the Form.
Selecting the form code for navigation
As with the buttons, you can now select the form code with a selector, instead of having to type in the form code you want to navigate to.
Tabs
Initial logic
It is now possible to add an initial logic to enable or hide tabs, depending on the values of the form, for example.
Logic when clicking on each tab
For each tab, you will be able to define a click logic using JavaScript language.
HTML Element component
It will now be possible, in addition to HTML, to include JavaScript logic when rendering the component, which gives more versatility to this component.
File Component
This component has been improved by adding a new entry ‘Download URL’ for the URL storage type, in case the API used for uploading and downloading files has different URLs.