Browse Site by Tags

Showing related tags and posts across the entire site.
  • Custom Client Event code

    All of our client applications use custom code to access K2 (via the K2ROM API). In K2.net 2003, we regularly created custom Client Events. Our standard procedure was to write client side code for each client event. These would read: public void Main(ClientEventContext K2) { K2.AddWorklist("OurCustomPlatform"...
    Posted to General by bsorensen on Wed, Feb 3 2010
  • GotoActivity overloads

    What does the Sync parameter do on WorklistItem.GotoActivity(string Activity, bool Sync)? In other words, what's the difference between calling MyK2WorklistItem.GotoActivity( "MyK2Activity" ) and MyK2WorklistItem.GotoActivity( "MyK2Activity" , true )?
    Posted to K2.net 2003 Studio by bsorensen on Tue, Dec 1 2009
  • Get info defined in the designer

    When I parse a worklistItem in C#, I would like to get data defined in the designer in "Destination Rule" (destination sets). How could I do this ? Thanks for that
    Posted to K2.net 2003 Studio by killscores on Thu, Nov 26 2009
  • Read/write to process XML data?

    Greetings all, I know I can read or write to process data fields via code such as: K2.ProcessInstance.DataFields["datafieldname"].Value = value; Is there similar code that can allow me to read or write from the process XML data, including nested XML fields, easily? Thanks.
    Posted to General by Devo6486 on Mon, Oct 12 2009
  • Static ServiceObject Example

    An example of how to build a static ServiceObject against a backend system.
    Posted to Code Samples by k2eric on Wed, Jul 23 2008
    Filed under: code, serviceobject, blackpearl
  • Tracking multiple InfoPath user comments in K2Studio Server event code

    The attachment include a sample of how to track multiple user comments from an InfoPath form by using a Server Event in a K2.net Studio 2003. The source InfoPath form is also attached as a reference. A web cast that uses these files and this technique is available at: http://www.k2.net/events/webcast_downloads_signup...
    Posted to Code Samples by timkn on Tue, Jun 5 2007
    Filed under: server event, comments, code, InfoPath
Page 1 of 7 (140 items) 1 2 3 4 5 Next > ... Last »