My Smartforms having 3 views (header, detail, attachment)
I need to manage failure and successful transaction during submit.
Start Transaction
Execute view1.. create
Execute view2.. create
Execute view3.. create
if @Status = Success
Commit Transaction
else (failed)
Rollback
for your guidance as I am new to k2