• Unable to set HTML field of a SugarBean

    On my custom endpoint that does not require authentication I am trying to save an HTML string to a custom HTML field . Outputting the HTML string to a TextArea field shows that it is definitely working and the string is correct . In the screenshot below…
  • Cannot add related Account and Contact to a Case record on a custom API endpoint

    I have a working custom REST API endpoint in Sugar 7.8 and I even created Note records to test that it works. This endpoint does not require authentication but sets the global $current_user to the system user in order to allow the use of BeanFactory.…
  • 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…