Skip to main content
Nintex Community Menu Bar

WorkListCriteria

  • August 17, 2007
  • 3 replies
  • 9 views

Forum|alt.badge.img+9

Hi All,


What exactly is the use of the WorkListCriteria class in K2ROM namespace ?


Thanks and Regards

3 replies

Forum|alt.badge.img+5
  • August 17, 2007

Hi SourceCode,


WorklistCriteria is used with the OpenWorklist method to Sort or Filter or certain ProcessInstance fileds. You can find more information on this in Module 7 of the training material.


Regards


Gert


Forum|alt.badge.img+9
  • Nintex Partner
  • August 19, 2007

Another way to think of the WorklistCriteria is as a way to programatically build a dynamic worklist query, much like one might do with a SQL statement.  However the WorklistCriteria is a programatic/API approach, as opposed to SQL syntax.


This is generally used in environments where the out-of-box K2 worklists, or regular K2ROM OpenWorklist() method, does not provide enough visibility or granularity.


Forum|alt.badge.img+9
  • Author
  • August 20, 2007

Hi All,


Thanks a lot for replying.