06-16-2014 08:45 AM
<when test="bothCandidateAndAssigned">
<if test="userIdForCandidateAndAssignee != null">
and (RES.ASSIGNEE_ = #{userIdForCandidateAndAssignee} or (RES.ASSIGNEE_ is null and I.USER_ID_ = #{userIdForCandidateAndAssignee} or I.GROUP_ID_ IN
<foreach item="group" index="index" collection="candidateGroups"
open="(" separator="," close=")">
#{group}
</foreach>
) )
</if>
</when>
06-27-2014 08:18 AM
06-30-2014 06:35 AM
06-30-2014 11:17 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.