05-07-2012 12:16 PM
I can use the Current document has life cycle to filter by life cycle, and even use a comma separated list (OR) to filter for multiple life cycles.
Question:
Is there a NOT function?
I have many (50-100) life cycle states I need to pass and only one or two I want to filter. Is there a way to say pass all except StateA, StateB?
05-07-2012 06:10 PM
Looks like if I use a custom EL expression like:
#{layoutValue.currentLifeCycleState != 'LifeCycleA' && layoutValue.currentLifeCycleState != 'LifeCycleB'}
I can filter only two life cycle states as outlined in my question, passing all others.
05-10-2012 10:26 AM
Is that an edit on your original question or an answer?
05-10-2012 11:43 AM
I was intended to be an answer, however see
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.