Kbase P57954: Dynamics SBO does not refresh foreign fields in data target SDO
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/14/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
SYMPTOM(s):
SBO does not refresh foreign fields in data target SDO
Foreign fields in a child dependent window SDO are not refreshed when its SBO data source is navigated.
Navigating records in a parent independent window with an SBO datasource, does not refresh the records in a child dependent window when there is a data link between the SBO and the child container SDO.
CAUSE:
This is a known issue being investigated by Development.
The Foreign Field values cannot be refreshed because the child SDO does not know which parent table in the SBO the foreign field value comes from.
FIX:
Change the Foreign Field definition from:
<local table>.<field>,<field>
to
<local table>.<field>,<parentSDO Instance name>.<field>
So, if there is an SBO containing customer and billto SDO's and there is a data link to a dependent window with an order SDO, then the Foreign Field definition should be:
"order.custnum,customerfullo.custnum"