Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    24.14.0

    24.14.0

    Summary

    New Tabbar design options

    A new set of Themes Variables have been aded to be able to customise the style of the Tabbars, the tabs are now customisable and a look like the following image can be achieved for any theme

    image

    All the new options are described in the ThemesThemes documentation

    New error preventions in Object Designer

    A new warning message in the Object Designer has been implemented that informs the users when they change the layout of a screen to a different one with less spaces for objects. Preventing like that the possibility of deleting the objects by error

    image

    Stability improvements

    A set of bugs have been fixed in this version related with the Object Designer, the UI and other areas of the platform where errors were identified. The whole list can be reviewed in the following section

    All Release Notes

    ‣
    Major
    ID
    Title
    Description

    SWAT-10780

    Tabbar Theme Variables

    Added theme variables for tabbar title and active/inactive tabs and tabbar itself.

    SWAT-11008

    Shadows are correctly applied in windows

    - update theme shadows values - clean up partials dhtmlx_windows styles - make windows have shadows when minimised only

    ‣
    Minor
    ID
    Title
    Description

    SWAT-10593

    Add a warning when you change layout to a smaller size.

    Added a warning message when panel contents would be deleted by changing the layout size.

    SWAT-10656

    Improvements CLAPI setting foreignKey fields from CLAPI for getting initial values

    Updated CLAPI DataSource object to contain .setForeignKeys method for setting the foreign keys for the GetInitialValues when creating a new record. eg dataSource.setForeignKeys([{ name:'test', value:3 }])

    SWAT-10902

    Advanced and Simple Attributes

    Advanced filter support in Designer Attribute Frames.

    SWAT-11050

    Add support for multiple filter fields in data view

    Dataview support for filterMode via repository attribute. Options for filterMode are Client and Server, with Client as default. When the Dataview is configured to filterMode = Server the filtering will be performed on the server side instead of frontend side. The filterFields attribute now supports multiple filter fields. as a list of comma separated field names. for eg "objectname,objectdescription".

    SWAT-11121

    Allow reverting to a newly created Object

    Designer now creates a version for newly created objects, allowing users to revert to that initial version, and not only to subsequent changes

    ‣
    Patch
    ID
    Title
    Description

    SWAT-10509

    Border radius is applied to panels with dataviews

    - change border radius is applied to panels without header inside and with a dataview inside

    SWAT-10920

    Treegrid deprecated dataSource attributes

    Ignored DataSource-related TreeGrid attributes.

    SWAT-11073

    Timing issue in create dialog setting autoAdd mode

    Fixed an issue with autoAdd option and DataSource initial fetch for data.

    SWAT-11074

    Form field validation no longer called when setValue is called

    Adjusted to automatically validate form field in Dynselect when updating lookup fields and when using screenValue setter in CLAPI.

    SWAT-11097

    Double check and adjust respositionTo eval code handling

    Adjusted repositionTo eval code to use new context.

    SWAT-11140

    Negative numbers not working consistently in InputNum

    Fixed an issue with Hyphen and Numpad Minus key usage in Inputnum controls.

    ‣
    Other
    ID
    Title
    Description

    SWAT-10977

    Treegrid linked to DataSource with PosFrame not working correctly

    Treegrid linked to DSO and with SubType = grid2 issues fixed.

    SWAT-11005

    Specific detail screen not showing data most likely due to timing

    Fixed an issue with auto fetch on DataSources with passthrough link.

    SWAT-11139

    Enable Tailwind on Air Theme

    Activated Tailwind CSS on the Air Theme

    Back to Release NotesRelease Notes

    Back to Home Page

    Logo