Consultor Eletrônico



Kbase P19385: When you add a record from an SDO with multiple buffers on t
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/06/2005
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0a

SYMPTOM(s):

When you add a record from an SDO with multiple buffers on the same table, the AddRow procedure calls the colValues which results in unknown (?).

Create an SDO with 1 standard table and 3 buffers on a child table, each with a specific condition which results in a 1 to 1 relationship with the parent.
E.g.: Order table as the master, Address table as the child (1 for Customer, 1 for Invoicing, 1 for Delivery).

When you create a record with only the master fields and a field of the Customer buffer, the result is OK. When you create a record with fields from the master, 1 field from the Customer and 1 field from the Invoicing, the addRow run super procedure in the SDO returns unknown (?).

FIX:

Was unable to reproduce however the customer states that service pack 1 fixed this issue