Hi everyone!
I need to add data to an entity after an activity has been closed (ActivityClose server action I am using). If the data addition fails, how can I revert the activity's status from closed back to active?
Thank you,
Hi Deepak!Thank you very much for your answer. Yes, setting back activity status manually is one solution, but I was not looking for that.
I adjusted the logic to add the data first and then close the activity. This ensures that any errors during data addition don’t impact the activity’s status.