Hi All.
error output but i don't reason
why this error output ?
DB ? or Logic ? Please let me know answer.
Hi,
Similar issue was reported on below link, and apparently this was happening because no record was submitted. Please check if same is the case with your code too.
https://www.outsystems.com/forums/discussion/43680/outsystems-dbo-osusr-xxxx-with-key-0-was-not-updated/
Another similar scenario here
https://www.outsystems.com/forums/discussion/69004/dbo-with-key-0-was-not-updated/
Hope it helps!
Junaid
If you update a record, the record identifier must have a value of an already existing record.
If you try to add a new record use Create or CreateOrUpdate entity action.
Regards,
Daniel
Hi Hyosang lee ,
I think there's a problem in you update logic. Please share the OML file. So that i can help you out.
Thanks
According to me, the error you are getting is due to the record you are updating to database has ID equals to 0. As no record will be present there with ID 0 which will be updated hence this error is thrown.
Kindly, check your database updation logic to get rid of the error. If still the error persists you can also share your oml, I will be happy to help you out.
Thanks & Regards.