• Dealing with relationships via the API

    Hello, all! Using V11 API here. So that you understand the scenario, I have a many to many relationship between two modules called Pet and Booking. Currently I am serializing this relationship (to send over a POST request) by the following way:…
  • How to change the Alert options

    Hi all, Can anybody guide me on how to change the alert options ref the screenshot below. I think this is a default Alert. - When you add an Account to a Contact record (populate the relationship): I guess its a before-save something? I have…
  • Requesting Leads via API with "Accept Status" field results in incorrect number of records returned?

    Hello, I'm currently using the rest API (V11_1) and Sugar 8.2 to try and pull Leads records from my Sugar instance. In most cases this works correctly, and all 1,754 of the leads in the instance are returned. However, when I make a request that specifically…
  • Trouble returning deleted records with API

    Hello, Using Postman, I'm attempting to return a list of contacts which includes records that have been deleted from Sugar. To do so, I'm sending a GET request to the Contacts end point and setting the deleted flag to '1'. However, the API responds with…
  • SQL Queries in v11

    Hello, In previous versions of the SugarAPI (v4, v3, etc.) it was possible to perform SQL queries as part of calls to get_entry_list, though I don't see any similar functionality in v11. Is it still possible to perform such queries when requesting records…