• 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…
  • Get labels of all the fields available for a module

    Hello, I have a requirement where I need to get the list of all fields available for a module. I am currently using this endpoint to get the data: /rest/v11/metadata?type_filter=modules&module_filter=Contacts Everything is working fine with this except…
  • Sugar Labels Not showing after copied from GIT (On Demand to my Local Development)

    After installing the on demand sugar copy of CRM from Git, Most of the module lables are not showing up. After research we found that, The Language files that are supposed to be generate in “cache/api/metadata” are empty. Files are following: That means…
  • Add a custom button to Quotes record view

    Hi, I have a Sugarcrm 7.6 pro installation and I want to add a custom button to the Quotes record views and I found this guide in the documentation https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.6/UI_Model/Views/Examples…