Hi,
I am using a java web resource embedded onto a form. the web resource has a button labeled submit. The submit button saves the record thus creating a new record and then tries to update a few fields. what happens is that after i hit submit the page tries to save and while its doing that it also tries to update the fields which in turn causes the fields not to update. I need this done in this order in order for something to work. Is there a way to wait for the Xrm.Page.data.save() to finish before moving forward in the code? somehow getting a handle to its finish callback?
regards
*This post is locked for comments