• AJAX to Sugar REST blocked by CORS

    I tried sending an AJAX request with jQuery to a SugarCRM REST endpoint, but it was blocked by Cross Origin Resource Sharing and returned HTTP 404 along with an error. This is the AJAX request: $ . ajax ( { type : 'POST' , url : ' https://example.sugarinstance…
  • Cannot filter Users using Rest V10 filter API

    Hello Folks, I was recently using Sugar filter API to filter records from various modules by applying filters. It's working well with other modules but I am not able to get the correct result for Users module when trying to search with email address.…
  • How to pass filter param as query string for GET

    Environment: C# (asp.net 2.0 framework), REST V10. since passing parameter as body is not supported in WebRequest for GET method, I am try to pass parameters as query string. I can successfully pass order_by, fields and other parameters But not successful…