Avatar

Level 2

Hi Milan.

Thank you for your response.

I'm using xtk.session.Write() to insert/update a schema in a jssp.

(Still new in Campaign and so far I have been using this function when doing insert/update/delete.)

A bit of background: This jssp file is being called by AEM as a webservice.

It has a series of processes which involves search of schema and insert/update record.

In case there's an error thrown, I would like to rollback all the insert/update made before the error is encountered.

Is it possible to do a rollback after that?