Tagged Questions
This workflow is/ should be done by using SharePoint Designer. There are only a few ootb statements, new one have to be designed, with and without use of Visual Studio.
0
votes
0answers
9 views
Same labels in SharePoint Designer 2013 Workflow
Do you know what is the difference in the picture below?
There are two Actions - SharePoint 2013 Workflow and Conditions - SharePoint 2013 Workflow. This is confusing for me... I can't see any ...
0
votes
0answers
7 views
Is there a way to include comments from Publish as Major version in workflow email?
I have a workflow for approval of documents, created in Sharepoint Designer 2010. I have included the consolidated comments in the emails that the workflow sends out, but this does not seem to include ...
0
votes
0answers
4 views
How can you use the long web app URL in a custom workflow?
I have a custom approvals workflow made using Sharepoint designer 2010. I am having trouble with the links I have created to the documents in emails that the workflows send because not all our users ...
0
votes
0answers
10 views
SharePoint 2010 designer workflow stuck at “Starting” status
I have created approval designer workflow on a sharepoint document library. The workflow runs when the item is created or updated. It was working for fine until last month.. Suddenly it stopped ...
0
votes
1answer
29 views
Date Column showing “1/1/1900 5:30 AM”
Have created a custom list with below column
1.Title
2.Status (Drop-down column with "In progress" & "Completed")
3.In Progress Time (Date & Time Column)
4.Completed Time (Date & ...
1
vote
1answer
59 views
+50
Update item using Workflow 2013 when “Require Check Out” is enabled
Since the new workflow in SharePoint 2013 are missing some of the features (impersonation, etc) from 2010 workflow I have had some issues with finding good solutions for workflows.
We have a ...
0
votes
0answers
7 views
Reuse Approval process in same workflow
I have built a custom approval workflow in Sharepoint Designer 2010 that I want to send to different approvers based on what type of document it is (which is stored in a custom column called ...
0
votes
0answers
7 views
Reassign an OOB WF Task via Code
We have a legacy WF that is running on SP 2010 system and I am attempting to add some new features to it without completely migrating it to a VS WF. I cannot seem to figure out how to reassign the ...
0
votes
2answers
24 views
Easiest way to execute JavaScript when listitem updates?
What is the easiest way, in SharePoint 2013, to execute JavaScript when listitem updates?
For example,
Can SharePoint Designer 2013 do this?
Is there any way which does not involve WSPs, Apps or ...
1
vote
1answer
24 views
Best approach to archive the Workflow log?
We have a custom reusable workflow runs on the document library and logs the actions into a custom List. Now, we want to safely archive the workflow log. what would be the best approach? shall we do ...
0
votes
1answer
19 views
Zerofill in Workflows
I'm trying to create a searchable ID for a list using Workflows. I do it by setting a field to ARN[ID] (which give me something like ARN1) but I want to zerofill it so it looks like ARN001. How can I ...
0
votes
0answers
34 views
Cannot create SharePoint 2010 workflow in SharePoint Designer 2013
Has anybody encountered the error below in creating SharePoint 2010 workflows in SharePoint Designer 2013?
The list of workflow actions on the server references an assembly that
does not exist. ...
0
votes
0answers
9 views
SharePoint Designer 2013: Cannot see workflow from another user
I can't locate a SharePoint Designer Workflow another user has developed. It is a associated to a Content Type, but nothing in Designer says it exists. Only the Web Browser shows it exists. How do I ...
1
vote
1answer
20 views
Send Sharepoint Alert style email via SPD Workflow
I am trying to set up a workflow that sends an email to the assigned person and those contributing to a list item when the content of that item is changed. Currently I have it working, but I am ...
0
votes
1answer
22 views
JavaScript OM to Approve Designer Workflow Task
I have a SharePoint Designer 2010 approval workflow and I am attempting to approve the tasks via JavaScript Client Object Model. I am able to change all of the fields to "Completed"/"Approved" but the ...