Kbase P96611: ADM2: SDO baseQuery changed before SUPER initializeObject is not effective in a SBO in DB-Bound sess
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/10/2004 |
|
Status: Unverified
SYMPTOM(s):
SDO baseQuery changed before SUPER initializeObject is not effective in a SBO
DB Bound Session
NEGATED SYMPTOM(s):
Thin client session (with AppServer)
CAUSE:
Known issue, development aware. Changing the baseQuery property before SUPER in initializeObject is fine to apply a filter to a SDO, for both db-Bound clients and thin client. However, it has no effect when an SDO used in an SBO within a db-Bound session type (OK for thin client). In this case, we have to push the refined query *ALSO* in the QueryString property.
Refining the BaseQuery is an important point to customize the SDO layer, such as to implement global filters.