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