Everyone can answer
We have one main table that can be updated and then a read-only child table with meta-data related to the main table.
We populate this child table in ReceiveData, also when updating the main table data
Now when we call SubmitData on the JSDO it will try to merge the changes also from this read-only table
Is this a flaw in our BE design or in the JSDO?
Why we want to return the child table data also when updating the main table is because the change in the main table could be reflected also in this child table data
MERGE-CHANGES in Progress just ignores the other tables by default, doesn't it?
PS. Just delete the previous 2 posts, don't know where they came from? Got some error messages so maybe that caused those and I had to write everything again?
Last modified on 20 Dec 2022 15:12 by Patrik Wikström