Hello.
I have to update the object in the same table depending on some 'external' value.
E.g. the object abc has a field xyz. In another (joined table) I have a field 'foo'. The value of 'foo' could be different and I need to change the value of xyz depending on the value of 'foo'. When I run the query that I'll attach .. the field changes only once i.e. the last time. My goal is to have Result set and see records for each value of 'foo'.
To be more specific: object '0136628194 DWP' has 2 records related to 'foo' hence I expect to have Result Set where I have 2 different updates but I have the same. I noticed that these 2 values (11349855,10759797) are unique and related to the same object '0136628194 DWP' hence I tried to 'update' using it but anyway ... it did not update depending of the value of 'foo'.
Let me try to attach my code to explain my issue.
Thanks
susja