Consultor Eletrônico



Kbase P55272: Dynamics: user-defined function 'getSource' invoked dynamically but could not be found (5639).
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/06/2004
Status: Unverified

FACT(s) (Environment):

In Dynamics V2.1 containers with user-defined links raise the above mentioned messages

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

user-defined function 'get<LINKNAME>Source' invoked dynamically but could not be found (5639).

user-defined function 'get<LINKNAME>Target' invoked dynamically but could not be found (5639).

CAUSE:

The problem happens if user-defined links are defined as "Supported links" for an object type and supporting get and set function do not exist in class files.

FIX:

Solution 1:
===========
Remove the links from "Supported links" for an Object type (using Object type control from Development menu).
Solution 2:
===========
Define get and set function for the for each link.