Skip to main content

Hi,


I am currently developing a process which allows a document to be reviewed or not, depending whether there are reviewers selected or not. Since there might be multiple reviewers, I have added a XmlField to my process. The value of the XML field looks like this:


<UserList>


<Users>DOMAINUser1</Users>


<Users>DOMAINUser2</Users>


</UserList>


 


To perform the review when reviewers are selected, I added a line rule with a count inline function on the Users node. But it always returns 0?


Does anyone has experience with this?

Be the first to reply!

Reply