sharepoint-workflow
Sharepoint Out of the box Approval Workflow Approve/Reject comments issue when programmatically altering it
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).[详细]
2023-04-12 22:37 分类:问答SharePoint 2010 "foreach"
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[详细]
2023-04-11 18:16 分类:问答Cannot send Email in custom workflow sharepoint 2010
I have some trouble when using SPUtility.SendEmail method in a custom workflow. private void onWorkflowActivated1_Invoked(object sender, ExternalDataEventArgs e)[详细]
2023-04-11 07:37 分类:问答How can I add parameters to a workflow in sharepoint 2007
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[详细]
2023-04-10 10:37 分类:问答Why does this File write fail after a SharePoint 2010 migration?
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[详细]
2023-04-10 05:07 分类:问答Workflow Fails to Compile and Publish in SharePoint Designer 2010
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.[详细]
2023-04-09 22:25 分类:问答Cancel multiple SharePoint Workflows using PowerShell
How is it possible to cancel all running workflows in a SharePoint (2010) List? I found this script via technet.[详细]
2023-04-09 11:42 分类:问答Add fields to Sharepoint Workflow Task
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[详细]
2023-04-05 12:35 分类:问答how can i get all users who have interacted with a sharepoint workflow
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[详细]
2023-04-03 05:02 分类:问答Sharepoint 2010: Update Lookup Field Multiple Value with a Workflow
I want to update a lookup fieldthat contains multiple values through a Workflow, using Sharepoint Designer 2010.[详细]
2023-04-02 21:02 分类:问答