Dynamics CRM 4.0 - Force a Save Event in JavaScript

,
The below is JavaScript for forcing a Save event on forms with Dynamics CRM 4.0. I used this when I had an onChange event that required me to save before other onChange events would work correctly. I inserted this as the last line of my function and it works a treat! (For full instructions please go to http://blog.xrmconsultant.com)


crmform.save();


Simplest ones are the best!


Regards


xRM Consultant

0 comments:

Post a Comment