- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
We are creating an add-that would do the following for a given set of areas:
1) modifies the document according to the given area
2) Save the modified document to a new document
3) Rollback the changes
Then switch to the next area of the set.
I have tried the following ways, all based on the idea of a TransactionGroup that I rollback at the end of step 3. But none of them work:
Idea 1 : use SaveAs.
Pb : SaveAs is not authorized in an open Transaction or TransactionGroup
Idea 2 : use a PostCommand with SaveAsLibraryGroup
Pb : the postCommand is executed once the flow is terminated so that I can not Rollback my TransactionGroup.
Any idea / suggestions ?
This item is similar to this one :
Benoit
Solved! Go to Solution.