Kbase P8809: Dynamics How to set BlockDataAvailable property
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2003 |
|
Status: Unverified
GOAL:
Dynamics. How to Set the BlockDataAvailable property?
FACT(s) (Environment):
Dynamics 1.1A
CAUSE:
When creating xml messages using an sbo, a dynb2b and a dynProducer,customer found that the messages created seemed to have duplicated records in them. It was always the second row of a sencondary sdo that was duplicated. customer had two browsers to see the data in the sbo - each related to a specific sdo. customer noticed that when sending a message the browser "browsed" through the rows as it built the xml file.
FIX:
There is a property used to block the dataAvailable notifications, the lockDataAvailable.
Do the following: disabled the dataAvailable before the sendMessage call and enabled it again afterwards.