Hi all,
I am working on this file: custom/modules/Opportunities/clients/base/views/record/record.js
When saving the opportunity the h andleSave : function (options) function is called. This works.
In this function I am trying to get the data from…
Hi all, I want perform some checks before converting a lead to contact. In some cases I want to confirm the user to save before "Save and convert" gets executed and show him a Alert for that (app.alert.show). I build the sugarcrm/custom/modules/Leads…