• How can I run a function when a parent Record View function runs?

    I am building a customisation that extends a view ( BaseProductBundlesQuoteDataGroupListView ) that already extends the BaseRecordView and I need one of my custom functions to run after a new record is saved. I've found that there are save() and handleSave…
  • Sugar 7 - CreateView not working

    Hello. I'm using Sugar Enterprise 7.5 for production system, and 7.7 for test system. I need to change a datetime module field value in the page as soon as the page is loaded. It's for a custom module. The first solution was to use "calculated fields…