• SugarCRM REST API - Filter POST - Related Module Fields

    I'm trying to retrieve, using REST API, a list of records and one of its related module fields. Let's assume Accounts and Opportunities. So, API Documentation (in the GET Filter) talks about defining related module in the fields parameter: According to…
  • sugarcrm fileDownload error after upgrade

    I received this error after I upgraded sugar7.8, Which calling my filedownload. { "error" : "need_login" , "error_message" : "No valid authentication for user." } After some Investigation found tht sugar upgraded the API calls for OAuth. Following is…