Consultor Eletrônico



Kbase P118508: The Appbuilder _adeevnt.p hooks do not work with Dynamics dynamic objects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/6/2006
Status: Unverified

FACT(s) (Environment):

Dynamics

SYMPTOM(s):

The Appbuilder _adeevnt.p hooks do not work with Dynamics dynamic objects

Saving static objects in Dynamics triggers the Appbuilder event hooks such as before-save.

Saving Dynamic objects such as Dynamic Browsers and Dynamic Viewers does nit trigger the Abbuilder _adeevnt.p hooks.

FIX:

This is working as expected. The _adeevnt.p procedure was intended to allow hooks into the Procedure Editor events. It was never intended for hooking into Dynamics dynamic object operations.

If this is needed for Development and debugging then one possible suggestion could be to use the standard Roundtable hooks. This may take some work, but it may be possible to use these hooks to intercept dynamic object/repository operations.