Hi all,
I have the WorkManager 6.1 client running on a SMP 3.0 SP4 server. All works as expected.
For a custom development I add a new 'Object' screenset (Name: CustDev) which has one 'Tile Edit' field and one 'Tile Display field.
On the 'Tile Display' screenset I put a button and when clicked, it opens a 'Transaction' screenset.
On the transaction screen there is an openUI component (StringEditAdapter) which displays an image.
Clicking on an area on this image will put a value in the string field with the method _model.processInput('String').
So far so good.
Now my problem/challenge
After I put the value in the field with the processInput method (which is correct) I want to save the transaction and refresh the 'CustDev'screen.
How can I achieve that.
Regards,
Patrick Willems