Kbase P35346: Cannot use multiple instances of one single SDO in a treeview.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/31/2009 |
|
Status: Unverified
SYMPTOM(s):
treeview
** ttParentStructure already exists with <field/value...>. (132)
Cannot use multiple instances of one single SDO in a treeview.
Dynamics 2.0A02
FACT(s) (Environment):
Dynamics 2.1A
Dynamics 2.0A
CAUSE:
An SDO was used in more than one SDO node of the same treeview. At the time of writing (2.1A01), there is a known limitation that does not allow a treeview to handle multiple instances of the same SDO.
CAUSE:
Known limitation, development aware. At first we thought this problem would happen when multiple instances of one SDO used at different levels. We then found out that this limitation shows when trying to uses multiple instances of one single in two branches at the same level in the tree. Only one single instance of the SDO is run for the Treeview.
FIX:
Use different SDO against same table (with possibly a different query). The additional SDO's shall use the same Data Logic Procedure as the original SDO.