Adding additional properties to a task manager task definition
January 28, 2014
One of the modules within a Clarify system is Task Manager. In support environments, it’s typically used to automatically generate subcases. Task Manager can be kicked off by using the Jobs button on a case, or by having a business rule call the taskmgr executable. A task definition defines the specifics of the object that is to be created (in this case, we’re talking about a subcase that gets created). Out of the box, Clarify allows you to set the following subcase properties when a subcase is created via Task Manager: title description required date priority status severity elapsed time But, like most things in Clarify, we can setup additional properties. Custom property – subcase type For example, lets say we want to be able to set the subcase type. The valid subcase types are General and Administrative. By default,…