JSDO Count methods for Kendo UI Builder
JSDO Count methods for Kendo UI Builder
Starting the JSDO 4.3 (Kendo UI Builder 1.0) the count method of a Business Entity resource should be of the type "count" and not "invoke" in the Catalog.
operations: [ { name: "count", path: "/count?filter={filter}", useBeforeImage: false, type: "count", verb: "put", params: [ ] },
Unfortunately the JSDO 4.2 will not be able to import sich a catalog and throws an exception.
For this purpose we have added a new configuration option to the .restapplicationsettings file:
"RestServiceName": "web", "RestServiceAddress": "\/Resource", "CountFunctionJsonCatalogType": "count",
The value of the "CountFunctionJsonCatalogType" provides the type of the count method (invoke or count). When not specified, the type of invoke is returned to remain compatible with previous JSDO versions.
Related content
Support for RESTful invocation of Business Task and Business Entity Methods
Support for RESTful invocation of Business Task and Business Entity Methods
More like this
Error when adding a menu item to frontend: Invalid value "Consultingwerk/SmartComponentsDemo/Web2/web2demo-buttons.json" for File Name.
Error when adding a menu item to frontend: Invalid value "Consultingwerk/SmartComponentsDemo/Web2/web2demo-buttons.json" for File Name.
More like this
assemblies.xml Generator
assemblies.xml Generator
More like this
RESTful services
RESTful services
More like this
SmartFramework Backoffice Release Notes 16.1.000
SmartFramework Backoffice Release Notes 16.1.000
More like this
SmartFramework Backoffice Release Notes 17.0.000
SmartFramework Backoffice Release Notes 17.0.000
More like this