Database transactions

Is there a way to handle transactions in Appfarm?

The basic problem is the following:

I want to modify both object class A and object class B. However, if one of the operations fail, I want both operations to fail, and no data to be modified.

Is there a built in way to handle this problem?

There are a few community posts about this from 2024. At the time there was not a built in solution for this, but it was added as a feature request. Has anything changed since then?

Hi,

Currently, there is still no built-in way to handle these kind of operations. However, we have made progress in the development of a potential solution, and although we cannot promise a timeline right now, we are actively working on it. Hopefully the workarounds mentioned in the other posts can solve your case in the meantime!

1 Like