Hi experts,
I am looking for some answers regarding web api. I've read all the information about it but I need some confirmation.
We recently upgraded to CRM 2016 from 2015. I have a script running fine until we upgraded. It gets triggered on form onload event.
The script seem to be working fine when I open a new entity record from its entity view(+ button on entity view). But when I click on +New from form itself, the script would throw an error. Then I did debug and found that the response I recieved from the httprequest is giving me bad request error. Then it triggered me that the odata query is wrong. But it was working fine until we upgraded to 2016. Now, from the articles I read, the script will still run fine if we were to use oData v2 query style. Should I change all my scripts to reflect the new endpoint url? I did try using this endpoint url: api/data/v8.0
seems it didnt change anything.
Thanks for any suggestions and help.
*This post is locked for comments