- adding button on edit.aspx and calling external .net web service in event handler
- Posted by Mandar on September 21st, 2005
Hi,
In the case section in Microsoft CRM Server if I open through web site
in iis,I go to the edit.aspx and try adding a button server control or
html control button,asp.net control addition gives error,because
perhaps the formbase is a custom control refrenced through assembly,so
I am looking to add a button on the page from where I can call a web
service to send a fax,is it possible through isv config file,this is my
first day in office with this server,I get errors in the case screen
when i add aspx button to edit.aspx,the whole form seems to be made
from 3 custom controls thru 3 assembly files,can you suggest how to
tackle this problem
Thanks ,
Mandar Agashe.
- Posted by Matt Parks on September 21st, 2005
You can not modify the ASPX pages using Visual Studio. The source is not
available, so you can't recompile it after adding new controls and, as you
have seen, the page constructs won't even load in the IDE.
isv.config is the supported route to do what you need.
--
Matt Parks
MVP - Microsoft CRM
"Mandar" <mandaragashe@gmail.com> wrote in message
news:1127274443.547336.144870@o13g2000cwo.googlegr oups.com...
Hi,
In the case section in Microsoft CRM Server if I open through web site
in iis,I go to the edit.aspx and try adding a button server control or
html control button,asp.net control addition gives error,because
perhaps the formbase is a custom control refrenced through assembly,so
I am looking to add a button on the page from where I can call a web
service to send a fax,is it possible through isv config file,this is my
first day in office with this server,I get errors in the case screen
when i add aspx button to edit.aspx,the whole form seems to be made
from 3 custom controls thru 3 assembly files,can you suggest how to
tackle this problem
Thanks ,
Mandar Agashe.
- Posted by Mandar on September 21st, 2005
Thanks for replying Mark,
I have one more question,how to integrate isv file so that in the
isv.config file in the incident entity I want to add a tool bar and a
button with text like Fax,by doing this I want to put a button on the
case form which read fax forward,thats all,am I doing something wrong
again...
Regards,
Mandar.
Matt Parks wrote:
- Posted by Mandar on September 21st, 2005
I found the key in isv.config which has to be enabled to put
toolbars,buttons in the crm interface.
- Posted by Mandar on September 21st, 2005
oops,soory for the above posting ,i meant key setting has to be enabled
in web.config so that isv.config works to customise crm server
interface