• SugarCRM API Metadata endpoint. Properties - How to define an updatable field?

    Hi, When querying the /rest/v11/metadata?type_filter=modules endpoint we can see the list of fields under the /fields object. Some fields have the property "readonly", as the name implies this defines if this field can be used on Create/Update endpoints…
  • 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…