• Knowledge base import/export

    Hi all We now want to utilise the Knowledge base module in sugarcrm and move our support solutions from our wordpress site and import them into sugar. This is to fully integrate our end user experience. However knowledge base does not seem to have…
  • Count Endpoint for documents/ tasks

    Is there a best way to get a count of all documents/task etc . Like is there a URL endpoint we can just call that's like documents/count?
  • Retrieve associated Opportunity ID when providing docID

    Hey is there a way to access the opportunity ID given the documentID. I would like to be able to query given the docID info and be able to find the associated opportunity related to the docID provided. I can definitely complete the task done the other…
  • Permissions

    Hello I am using sugarcrm "sugar_mar_version":"Q2 2022", with apache 2.4 and php-fpm 7.4. This is what happens when I try to create a custom modules. [Fri Mar 10 10:27:49.878844 2023] [proxy_fcgi:error] [pid 29246] [client] AH01071: Got error 'PHP…
  • Custom Layout Error

    Hello, I am trying to change layouts for leads, opportunities and other modules based on Dropdown or a role. I have done this before, and it worked fine, however since around 1-2 weeks when I change the layout on e.g. Dropdown option, the base layout…
  • how to find out the custom module

    Hi, My Sugarcrm has been customized a lot, I just wonder how can I find out which module is custom build and which one is come with Sugarcrm? I have check Admin->Studio. From the left side tree list, I can see all module are list here. I can see some…
  • How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
  • How to implement different workflow/process in a Bean

    I have created a generic bean with few columns and relationships. I want to extend this bean so that depending on certain values a different class is called and different process is performed? This is what I am trying to do. - initial bean/module…
  • h

    hi
  • hide module for a role

    how can I hide module for a role I know how to hide panel based inside module , but not complete module
  • How to develop an module builder for SugarCRM v8?

    Hi, I'm planning to develop a module builder to upload in SugarCRM v8 to display values from a third party website. So, in the contact page, the module builder should take the contact's email and search in the third party website using the API request…
  • api update record using put

    I'm trying to update the status of an existing Lead using PUT, it always return that error. Also, I did tried on a local and ondemand instance with different records getting the same result. curl -X PUT \ https://gnutresatest.sugarcrmcolombia.com/rest…
  • How can I access fields in my javascript?

    Hi, Sorry if the question is very simple but I'm can´t seem to find a solution to my problem, maybe because I'm new to SugarCRM development. I managed to add a button near the "Edit" button when you open a contact and I managed to make it call a hardcoded…
  • Does anyone know any open source or paid chat modules for SugarCRM v6.5?

    We're looking to integrate a chat module in our SugarCRM and so far I've seen some livechat support which is not what we want as we would like to only have an internal chat module (like facebook that doesn't need to use an entire page for chat). I've…
  • 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…
  • Logic Hook not working - Sugar Enterprise Edition

    Hello. I'm using SugarCRM Enterprise Edition 7.5.2.4, using an "On Demand" instance. I developed a logic hook to the native module "RevenueLineItems", that is related to the module "Opportunities". The logic is: on creating a RevenueLineItem (here I will…