Browse by Tags
All Tags » DataFields » BlackPearl (RSS)
-
I have a workflow that has a form where datafields would be hard to manage (80 of them) and the data is not really normalized for a smart object. Instead we used xmldatafields.
I don't have time to pretty this up but wanted to post my notes. I hope they help you.
Things to know, use client connection not management ...
-
Hi all,
I created a Process UploadFile in Blackpearl using Sharepoint Documents control, but Data not dynamic, for detail:
Step 1: Document Upload Source:
Filename: using Datafield: UploadFilename
Step 2:Upload Document ...
-
Activity datafields only exist for the duration of the activity. You cannot reference the activity-level data fields outside of the activity.
For your second question:
K2.ActivityInstanceDestination.DataFields[''myData''].Value
is a data field associated with the current slot in the current activity ...
-
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, others 40 days, etc.). I can ...
|
|