Browse by Tags

All Tags » worklist   (RSS)
Showing page 1 of 2 (17 total posts)
  • Re: Worklist in Winform C#

    Um, I'm going to paste together some separate bits of code, but hopefully this covers it: public Connection OpenConnection() { try { if (_K2ClientConnection == null) { _K2ClientConnection = new Connection(); ConnectionSetup ...
    Posted to General (Forum) by cmurphy54 on August 14, 2008
  • Worklist in Winform C#

    Hi guys, another (probably) silly question, please forgive me for that. I just need some code to get a workitem list for an specific user (from there I can get the ID) from a winform Aplication in C# We're making a custom application that displays the list in a form, and we're not sure on which is the best approach. Probably is easy with the ...
    Posted to General (Forum) by diazcalvi on August 14, 2008
  • Worklist in Winform C#

    Hi guys, another (probably) silly question, please forgive me for that. I just need some code to get a workitem list for an specific user (from there I can get the ID) from a winform Aplication in C# We're making a custom application that displays the list in a form, and we're not sure on which is the best approach. Probably is easy with the ...
    Posted to General (Forum) by diazcalvi on August 14, 2008
  • How to make use of ASP.net forms in SharePoint when using standard sharepoint worklist

    Does anybody have any advice on how to go about developing interfaces for worklist tiems in sharepoint when you use the standard worklist. I like to develop my sharepoint interfaces as web parts, but how can I then pass the serial number to the web part, will I have to develop my own custom worklist web part to do this? Any advice on this topic ...
    Posted to General (Forum) by Henk on July 16, 2008
  • Re: API for work queue information for a user

    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
    Posted to General (Forum) by endpointsys on June 25, 2008
  • Can't connect to the server using WorkFlowManagementServer

    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 ...
    Posted to General (Forum) by kotomi on June 16, 2008
  • Unable to resolve address error on Connection.Open method in MOSS server

    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 ...
    Posted to General (Forum) by kotomi on June 11, 2008
  • Re: Unable to modify K2Worklist webpart

    I received this same error on a couple occasions.  It can occur when you modify any of the properties and attempt to save. The solution that K2 gave me was to remove and readd/configure the Webpart.  Not the best solution by any means but it worked for us.
    Posted to General (Forum) by jalexander on May 28, 2008
  • Re: Is K2 Bug? The ProcessData filter of WorklistCriteria not work

    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 ...
    Posted to General (Forum) by Johnson_Ye on April 15, 2008
  • Is K2 Bug? The ProcessData filter of WorklistCriteria not work

    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 ...
    Posted to General (Forum) by Johnson_Ye on April 15, 2008
1 2 Next >