Kbase P26257: Enable Rule for a Toolbar Band Item does not work with Action Links of Type User1.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Enable Rule for a Toolbar Band Item does not work with Action Links of Type User1.
FIX:
The toolbar need to be told to refresh actions for user defined links
by running resetTargetActions('linkname') in the toolbar.
The supported links all have dedicated methods like resetTableio and
resetNavigation, which calls resetTargetActions. These dedicated methods
are registered as TableioTargetEvents and NavigationTargetEvents, so that the target can publish the event when the toolbar need to be refreshed.
If the object always is linked as tableio, one may consider making the action link tableio-target.