0
aggarwal created
Hi Guys,
I have a situation where I am making several update transactions to Db.
I am fetching an Odata refresh token and saving to db table. However, if any error happens down the line, I am throwing a Userfriendly exception.
In this case, DB update is rolled back.
Is it possible to ovverride a particular db update to avoid rollback?
Regards, Vikas