Hi all,
I've encountered an error when I testing an application made with Mater/Detail template and northwind v2 odata in WebIDE.
The messsage is like this and i don't know what is wrong...
{
"message": "HTTP request failed",
"headers": {
"DataServiceVersion": "1.0;",
"Content-Type": "application/json"
},
"statusCode": "400",
"statusText": "Bad Request",
"responseText": "{\r\n\"error\": {\r\n\"code\": \"\", \"message\": {\r\n\"lang\": \"en-US\", \"value\": \"Query options $orderby, $inlinecount, $skip and $top cannot be applied to the requested resource.\"\r\n}\r\n}\r\n}"