Browse by Tags
All Tags » worklist » black pearl (RSS)
-
Hi all,
How can I connect between K2 destination users or worklist item report for users if I have not Active directory server but Novell.
Tanks Roi
-
See ''How to retireve the worklist of a user and open a worklist item'' in the documentation. Specifically, it talks about performing this activity using the SourceCode.HostClientAPI and SourceCode.Workflow.Client libraries.
Hope this helps
-
I am trying to connect to the server to get global worklists.
I've just tried the code from the K2 BP Developers Reference, but have been having just enough troubles getthing thorough connection problem.The code looks like this below. I am not sure what went wrong and would really appreciate the help!I am running the code on the server machine ...
-
I get an error when I try to connec to the K2 host server from the web app created in Visual Studio 2005 (C#).The error looks like this:''Unable to resolve address Integrated=False;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=[host server name];Port=5556;Password=[admin password];UserID=[domain admin user] and port ...
-
I try using the WCLogical.Or, but still return empty. If I don't add this filter Criteria, I can get the disired worklistitem, and the ProcessDataField value is correct.
If I replaced with below:
crit.AddFilterField(WCLogical.And,WCField.ProcessData,''DealerCode'',WCCompare.NotEqual,dealerCode);
then will return all the Worklistitems ...
-
I make use of SourceCode.Workflow.Client.dll to get K2 Process Worklist. In K2 Process, I add a Process Datafield ''DealerCode'', and when start process, I set value for this field, then in the Worklist query function, I want to Implement the function which filtered by ProcessData ''DealerCode'' to get the ...
-
What I would like to do is display an item's 'due date' in the SharePoint worklist web part, so the user can sort by when items are due with more granularity than just the priority of the items. The due date of an activity is custom based on an xml data field (some processes are 30 days before this value, others 40 days, etc.). I can ...
|
|