asp.net - Sage ACT for Web Custom Contact Tab - How to make it respond to switching contacts -


i have custom plugin on sage act crm web , when switch contacts when plugin in view not switch current contact on plugin page.

if switch tabs , go switches.

you need include snippet of javascript in aspx page.

<script language="javascript" type="text/javascript" > function refreshtablist() { location.reload(true); } </script> 

you can find reference on act developer community forum:

additionally, i have discovered if put space in plugin name stop working (at least act 2011).


Comments