C# Help

why not doing this using multi rows updatable BAQ, call the data as per your criteria then add a foreach loop to the basic BAQ/BPM code changing the field date for the ttResults and this will automatically trigger the external update method

You could, but it shouldn’t be necessary. You should be able to change it in the dataset before it’s saved, and then the regular update saves it. If you go the other way, you’re going to have the issue “Record has been modified my another user”.

1 Like

i need to test that, i have tried it but with single row update, usually “Record has been modified my another user” happened on the screen user interface as the database/set updated while your user session tt data still under process