Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Refresh a parent entity associated view when a child entity is sav

0 views
Skip to first unread message

StingRayYellow

unread,
Aug 26, 2010, 9:30:04 AM8/26/10
to
When an activity is created from within an Account, then saved, the activity
view from within the Account is immediately refreshed. This type of behavior
is standard for all 1:N entities. Does anyone know how this trigger works
between the two Internet Explorer windows? I’ve worked a lot with both
client & server code in the CRM SDK, and have not yet come across it. Thanks
for reading.

MayankP

unread,
Sep 3, 2010, 9:13:04 AM9/3/10
to
you might need to call following java script statment from child window..

window.opener.location.reload()

and this will refresh parent window.
--
Regards,
MayankP
My Blog : http://mayankp.wordpress.com

0 new messages