Showing related tags and posts across the entire site.
-
Hi all, I have a problem that needs resolving, and I'm hoping someone out there might have a good idea how I can start. Scenario: I have a Workflow process that manages our Contracts Booking process. At several stages during that process, the users upload documents to a SharePoint Document Library. We...
-
I think probably the reason why ActivityInstanceDestination - Finish Date doesn't contain the date you expect is because your SmartObject event is within the same activity and the activity hasn't finished yet. You should be able to get the finish time of your client event by adding a server code event...
-
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
-
Has anyone attempted to use the API to create a custom user/role manager, kind of like this guy did for K2 2003: http://forum.k2workflow.com/forums/thread/14599.aspx ? Is there any documentation out there for using the SecurityManagementAPI for blackpearl? There is no reference to it in the SDK documentation...
-
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...