|
: 21 : 22 : 1 |
I developed a website where there is a feature to sort/move the content documents. A sort/move action would modify (Sort Order Number) most of the documents. If some error came up, some of the documents will be in modified state and some will be in original state. This mess up the whole website layout.
Though chances of error is very rear, I still implemented a commit/rollack mechanism myself. This is by saving the new values to temporary fields and as the last line of the agent, moving the new values to the actual fields. It wasn't that hard to implement this.
But, if Domino itself provides this Commit/Rollback feature......may be that will help us save some time.
|