
Hi,
I have a requirement where my client wants me to put a button in Letter form generated from Campaign Activities on distribution. This is a system page dlg_listletter.aspx in _grid/cmds. I have added javascript code in the onload event of the page as follows
function window.onload( )
{
var newRadioButton = document.createElement("<INPUT TYPE='button' NAME='test' VALUE='First'>")
document.body.appendChild(newRadioButton);
sPrevDirectionCode = crmForm.all.directioncode.value;
<% =RenderInitCalendar() %>
}
However this button is not visible on the page. Can someone help me.? I as well as my client know this is unsupported but this is a requirement.Regards
Rahul
*This post is locked for comments
I have the same question (0)Hi Rahul,
You can accomplisch this by editing the isv.config ( see http://msdn.microsoft.com/en-us/library/cc468415(v=MSDN.10).aspx for an example isv)