• Access denied on developer build

    whenever i am clicking on developer build its returning access denied which can be seen in an image below is there any solution anyone can help me with?
  • How can we archive emails to users in Sugar through Outlook

    Hi Everyone, When we are archiving emails from Outlook to Sugar, can we relate to Users module? If yes can anyone suggest,how we can do this.I did not find any information in the Outlook plugin guide related to this.
  • user logout issues when using REST AP

    In my plugin, I'm using the SugarCRM function SUGAR.App.api.getOAuthToken() for querying any data (get/post) on each ajax call of SugarCRM v10 REST API. Below is the piece of ajax request code $.ajax({ beforeSend: function(request) { request.setRequestHeader…