Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
This is all there is to it in a task form. The current list item is in the task list and contains the workflow listid and item id.
SPListItem currentListItem = SPContext.Current.ListItem;
if ...
-
How can you identify the current workflow item in code behind of an infopath form.
-
This seems to have worked will update if it turns out not to be true.
The steps I took use infopath to publish the form to Sharepoint you choose the server on the 3rd screen choose the enable this form to be filled out using a browser and then publish it to the visual studio 2008 project folder that your workflow is in.
Include ...
-
I have a task form that requires full trust it accesses numerous lists. My question is how to deploy it in a workflow. Do I just install it with central admin and include it in my feature.xml and workflow.xml.
Page 1 of 1 (4 items)