Consultor Eletrônico



Kbase P34410: The Dynamics sdo-logic-procedure always runs first.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

Dynamics 2.0A

NEGATED SYMPTOM(s):

The sdo-logic-procedure always runs first.

The sdo-logic-procedure is being pushed up on the stack after the custom generic procedure.

Not able to move a custom super procedure up in the super procedure stack.

Running with Stateless AppServer in initializeObject procedure.

CAUSE:

This is working as designed.

FIX:

Probably the safest way to resolve this would be to create an include file that runs super, passes the necessary buffers and returns any return value that was passed back from the custom override code.
This would have to be included at the top of any transactionValidation procedures that developers create, prior to the code that you wish to execute.