Try OpenEdge Now
skip to main content
OpenEdge 11.6.3 New Information : Data Object Services : Business Entity updates
 

Business Entity updates

Release 11.6.3 adds the following support for coding Business Entities as resources for Data Object Services:
*Existing documentation on coding Business Entities for access by Telerik DataSources and Rollbase external objects applies to access by data sources created for web apps in the Kendo UI Builder.
*Field property annotations previously documented in the Progress Developer Studio for OpenEdge Online Help can be used to define semantic types for the fields of temp-tables defined for the schema of a Business Entity.
*A new Count operation type (which you can manually annotate) is supported for a Business Entity to identify the ABL routine that implements the "count" function. The "count" function is required by some Data Object resource clients that expect the server resource to manage the paging of the record result set returned for a given Read operation request.
* Supporting server processing for Kendo UI Builder apps
* Field-level annotations for semantic types
* Operation-level annotation for "count" functions