Previous Thread

8/17/2006 3:08:37 PM    Re: Refresh CRM-Site
Hi Robert: 
 
Does your application run inside an iFrame within an MSCRM form? 
 
John. 
 
Microsoft Principal Architect 
 
http://www.unislumin.com 
 
Microsoft and Cisco Gold partner 
 
"Robert" <robert@nospam.de> wrote in message 
 
news:ukysNtiwGHA.976@TK2MSFTNGP05.phx.gbl...



8/17/2006 8:32:09 PM    Refresh CRM-Site
Hi all, 
 
I programmed a Web-Application for the CRM and used a NavBarItem to call the 
 
application. 
 
This application shows the activities from a entity. 
 
If I create new activities, my application should be refreshed with the new 
 
activities. 
 
I would like to refresh it with a click on the NavBarItem. Is this possible? 
 
Thanks, 
 
Robert

8/18/2006 8:43:04 AM    Re: Refresh CRM-Site
Hi Robert: 
 
Ok well you're facing the challenge of 2 stateless applications trying to 
 
communicate with each other. What I would suggest (and this may or may not 
 
be the best possible idea, you'll have to fiddle with it a bit) is to 
 
perhaps put some code in the Activities OnSave event that will communicate 
 
with your application whenever a new activity is created.  That way you 
 
could capture new activities and also if changes are made to existing 
 
activities. 
 
-- 
 
John. 
 
Microsoft Principal Architect 
 
http://www.unislumin.com 
 
Microsoft and Cisco Gold partner 
 
"Robert" <robert@nospam.de> wrote in message 
 
news:upV%23f$pwGHA.428@TK2MSFTNGP03.phx.gbl...

8/18/2006 10:25:11 AM    Re: Refresh CRM-Site
Hi John, 
 
my application doesn't run inside an iFrame within an MSCRM form. 
 
It's only an aspx-Site, which I load with the new NavBarItem. 
 
Robert 
 
"John" <jstraumann@cogeco.ca> schrieb im Newsbeitrag 
 
news:ehUvKCjwGHA.4688@TK2MSFTNGP06.phx.gbl...