Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenEdge Release

Version Information

11.3.3, 11.3.4, 11.4, 11.6.2, 11.6.3, 11.7, 11.7.1, 11.7.2, 11.7.3.007, 11.7.4, 12.0

Release 11.3 #52880@2019-06-29

OpenEdge 12.0 support!

We are please to announce that we are not aware of any issues using the SmartComponent Library on OpenEdge 12.0. We hereby declare OpenEdge 12.0 fully supported for the SmartComponent Library as of the release of May 1st 2019.

OpenEdge 11.7.4 support!

We are please to announce that we are not aware of any issues using the SmartComponent Library on OpenEdge 11.7.4. We hereby declare OpenEdge 11.7.4 fully supported for the SmartComponent Library as of the release of November 5th 2018.

...

A login is required to participate in the forum. Don't be shy - create your account today!

Image RemovedImage Added

Announcing the SmartFramework ERD Designer

...

SCL-2671 Fixed error when retrieving Catalog for ToolbarSecurityItemBusinessEntity

Description:

We have fixed an issue that caused the following error when retrieving the JSDO Catalog for the ToolbarSecurityItemBusinessEntity:
BUFFER-FIELD SecurityTokenCode was not found in buffer eSmartToolbarSecurityItem. (7351)

SCL-2684 Resolved naming conflicts of static class references with a customer's database

Description:

We have resolved various naming conflicts with abbreviated database field names caused by static class references in our code. In particular we are referencing a few of our static classes (like Environment) without relying on the USING statement.

Improvement

SCL-2662 Support for empty Request Entity with Invoke Method calls to RESTful Entities/BusinessTasks

Description:

We now support requests to RESTful Entities or Business Task invokable methods without a request body (request entity). The support has been implemented for POST, PUT and PATCH requests.

SCL-2673 Implemented in place rendering of Lookup's grid layout in Angular JSON layouts

Description:

We have implemented rendering of the lookup grid's layout within the lookup component specification. The grid layout is derived from the classic lookup properties (like LookupGridColumns.

SCL-2675 Added search to the repository attribute grids

Description:

We have added a search capability to the object master attribute and object instance attributes grid in the Repository Object Maintenance Form. The search field allows to search by attribute name, description and value (for character attributes).

SCL-2681 Added support for QueryString and QuerySort for MetaDataSource and Rendering

Description:

We have added support for the QueryString and QuerySort properties to the MetaDataSource type in the repository. Those properties are both supported for Angular and GUI for .NET rendering.

SCL-2682 Allowing PROTECTED SET of ServiceAdapter:BlockedByReconnectDialog

Description:

We have changed the access mode of the BlockedByReconnectDialog property setter of the ServiceAdapter class. This provices more flexibility in customizing the behavior on disconnect by inheriting from our ServiceAdapter implementation.

SCL-2683 Made DatasetModel invokable method generator more robust with parameter types

Description:

The DatasetModel generator for invokable method proxies will now handle invalid signatures of the Business Entity methods more robust.

SCL-2685 Upgraded templates used by the SmartComponent Library generators to BLOCK-LEVEL error handling

Description:

We have upgraded the templates used by our code generators (Business Entity Designer and scaffolding) to use the BLOCK-LEVEL ON ERROR UNDO, THROW instead of the ROUTINE-LEVEL.

It is recommended that customers update their customized templates as well.

New Feature

SCL-2639 Implemented Rendering of simple Text widgets (Literals)

Description:

We've added the new object type "MetaText" and the default object master "TextWidget" to the SmartFramework Repository. This type can be used to render simple text widgets based on the SCREEN-VALUE property.
Rendering support has been implemented for GUI for .NET and Angular (JSON).

SCL-2679 Implemented JSON rendering for lookups in updatable Angular Grids

Description:

It is now possible to render lookups in the JSON Layout of updatable Angular grids.