• Extending Advanced Workflow - Customizing actions

    Hello, Accordingly to Sugar 7.8 Technical Overview, I am trying to extend the advanced workflow by followingthe exemple given (Capitallize action ). The goal is to capitallize every fields of the bean given. I created 3 files : My JSGrouping located in…
  • Sugar 7.8.2.0 is not working this.model.get('field_name')

    Hi All, Sugar 7.8.2.0 is not working this.model.get('field_name'). custom/modules/Accounts/clients/base/views/record/record.js console.log( this.model.get('website') + '---'); it's return "undefined". /** * @class View.Views.Base.Accounts.RecordView …
  • Simple SugarQuery using a custom field returns no results

    I created a custom Integer field called ticket_id_c in the Cases module and I can clearly see the field having the value my code is looking for in the cases_cstm table, but I still get no results. $sq = new SugarQuery ( ) ; $sq - > select ( 'id' ) ; …
  • 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…