Committing data to DB
Hi - I have requirement to Write some data to DB whenever a link is clicked.This is an concrete class and not inside the Pyworkpage.
The data has to persisted and should not be roll backed when flow is cancelled.
I am thinking of using Obj-Save with WriteNow option (Step Page will be Provided).
I would like to know if there are other ideal approach and solution to handle this scenario.