Hi ..
I'm using CRM 2011 online, need a help regarding a requirement.. I have a dialog which is triggering on custom button. Dialog will be updating the lead fields [ 4 fields] once it is finished. All these been done now.. the problem is once the dialog process is finished I need to take sum of 4 fields and save it in a new filed. I'm not finding this sum operation using dialog, there is only option to "multiply, increment etc..
Since dialog updates the value asynchronously , javascript calculation on save is out of the option !!! I can't put this on-load as well coz these updates are the last operation user will be doing on lead. they might not open that record again...
I tried with asynchronous plugin to take sum of 4 fields. but this is not happening !!!