Skip to Content
0
Former Member
Jul 25, 2016 at 12:38 PM

How to apply a filter to the oDataModel 2.0 read function?

94 Views

Hi all,

I'm working now with oData Service 2.0 ind web IDE, when i apply the request on my service it works but when i do the call with the read function it shows the following error:

..ERROR_INFO Unexpected error - see longtext for more information

oModel.read("/BRANCHSet?$filter=SolutionId eq '" + id + "'", {

success: function(oData, response) {

},

error: function(oError) {

}

});