Enabling VersIC Admin-only functions

Problem

I would like to be able to:

1) Enable Branch actions in the VersIC Manage Data form 

Solution

The 'VSC_ADMIN' variable enables branching and the rollback of entire libraries in the Manage Data Form:

;;;----------------------------------------------------------------------------
;;; Administrator mode provides additional or expanded messages and enables
;;; some administrator-only functionality:
;;;   - Enable branch actions in the VersIC Manage Data form
;;;
;;; VSC_ADMIN: Static
;;;----------------------------------------------------------------------------
;; VSC_ADMIN = t

More information is available here.

'VSC_ADMIN' is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.