Kbase P109944: OpenQuery is not executed for SBO on thin client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1B
Dynamics
SYMPTOM(s):
OpenQuery is not executed for SBO on thin client
A static SBO does not open its query if there is an internal validation procedure that references a database table. For example. endTransactionValidate with the code "FIND FIRST customer".
Static SBO query is not opened on AppServer.
CAUSE:
This is a known issue being investigated by Development
FIX:
There are two possible ways to work around this problem:
1. Use a dynamic SBO.
2. Instead of creating the validation procedure internally to the SBO, create it in a logic procedure attached to the SBO.