Skip to main content

Hello bros, 

someone can explain me how it works:

criteria.AddFilterField(WCLogical.AndBracket, WCField.WorklistItemOwner, "Me", WCCompare.Equal, WCWorklistItemOwner.Me);
criteria.AddFilterField(WCLogical.EndBracket, WCField.WorklistItemOwner, "Other", WCCompare.Equal, WCWorklistItemOwner.Other);

 

How it works:

WCLogical.StartBracket

WCLogical.EndBracket

WCLogical.AndBracket

WCLogical.OrBracket

WCLogical.And

WCLogical.Or

 

ty for any help :>

Hi


 


Could you please visit the following links for detailed explanation on how to use K2 WorklistCriteria and how it works.


 



Regards


 


Julia


Hi


 


Adding to the above reply, can you also check out the following link from our previous community post.


hope this help you understand how to use WorklistCriteria and how it works.


 


WCLogical usage with OpenWorklist


 


Regards


 


Julia


Ty for reply 🙂 i solved my problem and i wonder that Description about WCLogical will update soon :>


Hi


 


Im glad you manage to solve the issue you had with WorklistCriteria, do you mind posting your solution.


 


Regards


 


Julia


Reply