Scenario :
I have aspx
page
which I need to Iframe
on CRM's
Opportunity
form. This aspx
page
has form which submits data into the other database.
Requirement : I would like when
user clicks save button on CRM opportunity form ,aspx page should store the data in external database and opportunity form should also save all the changes on CRM
form.
My Efforts :
Till now I have Iframed aspx page on CRM
form.I
am also submitting the form using OnSave event. But the only problem is the form gets submitted but by the time it executes the complete code CRM form gets refreshed . End result is that Data on aspx
page
does not get stored in the external database.
What can be the other possible way to achieve this functionality ?
Thanks for taking time to read. Thank you in advance.