Showing related tags and posts across the entire site.
-
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"...
-
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 )?
-
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
-
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.
-
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
-
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