SmartClient Version: SNAPSHOT_v13.1d_2024-10-06/AllModules Development Only (built 2024-10-06)
and
SmartClient Version: v13.0p_2024-10-05/AllModules Development Only (built 2024-10-05)
Hello, please try this test case here https://www-demos.smartclient.com/sm...uiredCriterion
modified as (for 13.1):
or like this for 13.0:
You'll see the correct error code 13 in the response, but no errorMessages.
and
SmartClient Version: v13.0p_2024-10-05/AllModules Development Only (built 2024-10-05)
Hello, please try this test case here https://www-demos.smartclient.com/sm...uiredCriterion
modified as (for 13.1):
Code:
isc.RestDataSource.create({ ID:"worldDS", dataURL:"https://smartclient.com/smartclient-latest/isomorphic/RESTHandler?dataSource=worldDS&operationType=fetch&operationId=fetchByRequiredCriterion" }).fetchData()
Code:
isc.RestDataSource.create({ ID:"worldDS", dataURL:"https://www-demos.smartclient.com/smartclient-13.0/isomorphic/RESTHandler?dataSource=worldDS&operationType=fetch&operationId=fetchByRequiredCriterion" }).fetchData()
Comment