Hi Radhesh.
You need to put in parameters to your odata call to hit GET_ENTITY, something like below:
oModel.createBindingContext("/Path(par1='" + filter1 + "',par2='" + Filter2)
Hope this helps.
Hi Radhesh.
You need to put in parameters to your odata call to hit GET_ENTITY, something like below:
oModel.createBindingContext("/Path(par1='" + filter1 + "',par2='" + Filter2)
Hope this helps.