• How to use $in in request

    I have to pull /Accounts against specific IDs and trying different methods but not working. e.g rest/v11_8/Accounts?filter[0][id][$in]=[ae6b1eba-eff3-11eb-b5b6-068d8b4b7195]
  • Additional fields with GET:/globalsearch

    Hi all Im trying to customise the results returned with i run a globalsearch on the KBContents my test query in postman is {{localURL}} globalsearch?q=how%20do&module_list=KBContents&max_num=10&offset=10 this returns records and an example record below…
  • Getting the instance url of the user at the time of login in REST API

    Hi, I'm integrating SugarCRM into our product. Currently I'm using the trial version. It seems that each account has an instance url, but I seem to be needing the instance url for login. So, if a user connects their SugarCRM account in our product, how…
  • How to get json data in REST endpoint

    I have added an extra action to the recordlist view; custom/modules/Opportunities/clients/base/views/recordlist/recordlist.js: ({ extendsFrom: 'RecordlistView', initialize: function(options) { this._super("initialize", [options]); //add listener for custom…
  • how to extend default endpoints

    i want to create a url that can go directly to the create view for a subpanel. more specifically i want a url like this http://sugarcrm/#Contacts/1234-5435-6556-6557/calls/create to load the record view for the contact and then on render run some js to…