Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Remote Filtering Without OData
posted

I tried Remote Filtering and it sends Filter="startswith(JobExecutionStatus,'fai') eq true and Name eq 'file merge job'" (In OData Format)

But I is there any way I can get simple format like (Field = 'value' or Field > 5) ?

I need this because I am not using Linq I am calling a webservice instead from my controller which needs filter in simple format