What is new on BDF Version 16
- The "orderByClause" and "whereClause" attributes are added to datasources.
- api_datasource.setFilter
- api_datasource.set/getFilterOrderByClause
- api_datasource.set/getFilterWhereClause APIs are addded.
- api_datasource.executeQuery, api_datasource.setPage, api_datasource.next/previousPage, api_recordlist.show, api_treenode.populateChildren methods are modified to accommodate these attributes
- The "transferFocus_yn" and "browserWindowName_tx" attributes are added to hyperlink component and api_application.run API.
- Partial ETL is now supported for BRIM-UI and BRIM-Objects. Please check import/export application screens in the BRIM-UI IDE application.
- List component whose "selectionType" property is "SelectMultiple" can be bound to a datasource column. List component will update datasource column automatically when changes take effect.
Values will be saved to the bound column as a comma separated list.
- Developer API changes
- Parameter names are changed in API_MENUBAR and API_POPUPMENU packages.
- in_primaryKey_tx parameters are added to api_component.setEnable API's to enable developers to update enable property of a component instance in a grid.
- api_xmlEditor.getCurrentOrder API is renamed to api_xmlEditor.getCurrentEditorInstanceOrder .
- Several new attributes are added to api_application.run, api_application.export, and api_aplication.import method.