dynamics crm 2011 - How to track opportunity closed as won outside the form,Like from a view -


i open webresource (html) when opportunity closed won. triggered clicking on button in opportunity form. use following code achieve same:

 function frmonsave(prmcontext) {  var lclsavemode;  if (prmcontext != null && prmcontext.geteventargs() != null) {  lclsavemode = prmcontext.geteventargs().getsavemode();  if(lclsavemode==5)  {    window.openstdwin(url,"mywindow");  } 

however not triggered when opportunity closed "open opportunity" view. there way achieve same? thank all!

the best thing here, hide existing close button, add new button looks same , same things opens window.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -