Commented Resolution Validator

Overview

This validator controls if current user has specified a comment for some resolution.

Edit and View Parameters

It is possible to select Resolution for which a Comment is needed. 

When specified, the selection of these resolutions will require a comment.  

XML Declaration

The Validator configuration may be done in XML in Workflow descriptor as follow :

 

<validator name="" type="class">
	<arg name="resolutionsSelected">10000,10102,</arg>
	<arg name="class.name">fr.alkaes.myaawf.workflow.validator.ResolutionCommentValidator</arg>
</validator>



On this page:

 

Useful hint

See also ...

  • No labels