• 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…
  • SugarCRM API Metadata endpoint. Properties - How to define an updatable field?

    Hi, When querying the /rest/v11/metadata?type_filter=modules endpoint we can see the list of fields under the /fields object. Some fields have the property "readonly", as the name implies this defines if this field can be used on Create/Update endpoints…
  • 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…