Hi,
I am populating an OWL using a query in an ABSL script:
A query delivers alternative keys from which I retrieve my BOs via BO.Retrieve(ID). Each BO is added to a node that is databound to a grid.
A link in the column of the OWL lets the user edit a single instance of the BO in an QAF which opens.
Up to this everything works fine.
After saving and closing the QAF the OWL is cleared and repopulated as described above: But the instance of the BO that has been edited in the QAF contains not the latest changes, though I newly load it by calling BO,Retrieve(ID).
Perhaps, there exists kind of a cache in the background?
Thanks for your help in advance!
Kind regards -
Markus