Almost any web application requires batch actions like delete all selected items, move them or something else. TargetProcess is not an exception and we’ve implemented batch actions in TP 2.1. However, we’ve tried to not burden UI with one additional column and introduced “Batch Mode” for lists.
So in usual mode there is just one additional link “Turn On Batch Mode” on UI. When user clicks on it, check box column appear as well as batch actions menu (which contains Delete and Copy actions for now).
Batch processing results are clear as well:
If you have ideas about other helpful batch actions (except Delete and Copy), please, add your comments!
-
bonder


