Code:
actionRecalculate: function (data, e) {
var data = this.getActionSelectionPostData();
Espo.Ajax.postRequest('Basic/' + 'action/massRecalculateFormula', data).then(function (result) {
this.view.reRender();
}.bind(this));
},
I am busy and did not have time to test it but it should work. If not try using this.view.model.fetch()
Cheers

Leave a comment: