• How can I create a new View for adding a lead?

    This is what I need to achieve: - Add an action in the module action menu. - Open a custom layout on click of this action. - In the custom view show 4 fields of account(name, type, date created and 'member of') I have only achieved the action part…
  • How to increase the timeout value from API request?

    Hello everyone! Someone knows how could I increase the timeout value of an API Request? I'm doing a request to an API, but this service takes time to respond for the tasks it does and I get on console the error: Currently this is my code: …
  • Questions regarding custom modules and custom views in REST API

    Hi, I am integrating SugarCRM into our product. I'm done with most of the functionalities but still stuck in a few areas related to custom modules and custom views. Any help would be really appreciated. Here are the questions: About custom modules, How…
  • How to add view to Administration module?

    Hey everyone, Today I was trying to add a custom link in the admin panel and did that successfuly. I also managed to add a custom action to the Administration module action view map. I know that the link is working because when I add the view manually…
  • How to configure the header pane in a custom Hello World View created in SugarCRM 7

    Hi Everyone, I have create a custom view from scratch in SugarCRM PRO 7.6 displaying only the text "Hello World" and placed that view inside a custom layout created to display that view. With the modifications i have made i have suucceded in displaying…