Tech Support > Microsoft Windows > Windows CRM > Referencing calling window for custom CRM
Referencing calling window for custom CRM
Posted by Chris Ericoli on November 12th, 2003


Hi,

I remember reading in one of the many manuals/documents relating to
customizing CRM, that when linking from a CRM entity window to a separate
asp.net app (via the isv.config file), that the separate app can call back
to the CRM window using a particular object (like window.caller or
windows.opener or something).

Essentially what i am wanting to do is to have a button on a CRM form that
opens up a separate window with my app in it (easy). Then when the user
clicks a button in the app window, or closes the app window, I want it to
refresh the contents of the CRM form.

Am I asking too much from a very limited platform?

Any help would be great (as always)!!

Cheers

Chris


Posted by Anne Busby on November 14th, 2003


What I do is when I close my aspx page is to redirect it to another page
which contains only the following script.

<script>

window.opener.document.location.replace(window.ope ner.document.location.href
);
window.close();
</script>


"Chris Ericoli" <cericoliNO_SPAM@famill.com.au> wrote in message
news:%23DZBuLWqDHA.1724@TK2MSFTNGP10.phx.gbl...



Similar Posts