<div dir="ltr">Hi all,<div>I can see that not any policy constraints trigger an action. In the following rule "modification" constraints works properly, but "maxAssignees" doesn't - I can make a member more then 1 user. Where am I wrong?<br><div><br></div><div>    <globalPolicyRule><br>        <name>test0123</name><br>        <policyConstraints><br>            <maxAssignees><br>                <multiplicity>1</multiplicity><br>            </maxAssignees><br><!--<br>            <modification><br>                <operation>modify</operation><br>            </modification><br>--><br>        </policyConstraints><br>        <policyActions><br>            <enforcement/><br>        </policyActions><br>        <focusSelector><br>            <type>RoleType</type><br>            <filter><br>                <q:text>name = "Security Officer"</q:text><br>            </filter><br>        </focusSelector><br>    </globalPolicyRule><br></div></div></div>