Tech Support > Microsoft Windows > Windows CRM > CRM Custom aspx Form
CRM Custom aspx Form
Posted by zaw on November 3rd, 2004


I figured out how to pass the GUID ID to custom aspx pages. Now, I have a
different problem that how I can make the Save and Save As button to call
a function from other aspx forms? So when the user save the form, it will
not only save the fields from the MS CRM (lets say) Opportunity form, but
also it will save the fields from the side tab form (custom aspx page)
fields.

Thanks,
Zaw

Posted by John O'Donnell on November 17th, 2004


your addin needs to save its own data. The built in save functions will not
be aware of your application and therefore will not save your data as well.

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSol...aqLanding.aspx


"zaw" <zhan@liventus.com> wrote in message
news:c896e89f37ee553682d1be049bb5c287@localhost.ta lkaboutsoftware.com...