July 2008 - Posts
David Loomis really outdid himself when he posted the Dynamic Assembly Service to Blackmarket. Within the project location you will find an installer which is basically all that you need to get things rolling. The Dynamic Assembly Service is a service
Read More...
Attachment(s): ADToolsExample.zip
To use the SmartObjects with the .NET Data Provider, you need to register the following .NET DLLs in the GAC (Global Assembly Cache): -SourceCode.Data.SmartObjectsClient.dll -SourceCode.Categories.Client.dll -SourceCode.HostClientAPI.dll -SourceCode.Framework.dll
Read More...
K2 blackpearl provides the ability to delegate a task to another user. This differs from a Redirect. A Redirect will reassign a task that was assigned to me to another user. A Delegate will permit someone else, in addition to myself, to action my task.
Read More...
Sometimes one needs to get the value from an element within a K2 XML field. This is usually done within a Server Event. In the below example, I needed to retrieve a URL from a K2 generated XML field. This specific example should work if you do not expect
Read More...