I have a re-usable out of the box sharepoint approval workflow 2010, and I am programmatically approve/reject workflow using the below code snippet inside infopath formcode (2010).
I have 2 SharePoint lists, and I have to copy all items from List1 to List2. On List1 there is a boolean field (defaults to \'no\'), a text field and an associated WorkFlow which triggers on modifica
I have some trouble when using SPUtility.SendEmail method in a custom workflow. private void onWorkflowActivated1_Invoked(object sender, ExternalDataEventArgs e)
I\'d like to create a custom workflow for Share开发者_运维百科Point 2007 (NOT 2010) in Visual Studio.My need is to have a custom parameter when this workflow is attached to the list.These would be par
I migrated my MOSS 2007 application (with custom appr开发者_JS百科oval workflow) to Sharepoint 2010. I had this generic piece of code to log data
The SharePoint install is a SP2010 install on a 2008 R2 server. Everything is fully patched. I am running the SP Designer on the SharePoint Server directly.
How is it possible to cancel all running workflows in a SharePoint (2010) List? I found this script via technet.
I\'m currently making a pretty simple approval workflow in sharepoint using sharepoint designer. One of the design goals that we have for this workflow is that we want to minimize the amount of custom
I have a custom state machine workflow written in VS2010, when the workflow is canceled, or completed, I need to send an email to all the users who have interacted(completed/changed a task or the docu
I want to update a lookup fieldthat contains multiple values through a Workflow, using Sharepoint Designer 2010.