• Custom scheduler with parameters

    Note: Please do not suggest third party tools for this, I am not interested in purchasing any. I am a Sugar customer with an On-Site 10.x Sugar Pro license. I have a custom Scheduled Job for which the parameters change year after year. Though I…
  • 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…