• 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?
  • h

    hi
  • 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…
  • 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…