Quantcast
Channel: Useful Sharepoint Designer Custom Workflow Activities
Viewing all 114 articles
Browse latest View live

New Post: Copy List Item Extended

$
0
0
Hi everybody,

I have a problem with an item in a library but not in a list !

System.Security.SecurityException: Accès refusé.
à Microsoft.SharePoint.Administration.SPFormDigestSettings.set_Enabled(Boolean value)
à DP.Sharepoint.Workflow.ListItemCopier.CopyFileWithHistoryCrossSite(SPFile sourceFile, SPFolder destination, St

Do you have an idea ?

Thanks in advance

New Post: in not working with SP 2013

$
0
0
I've done all you mentioned
its deployed successfully, but in Site Collection Features there is no new switch to activate and in SharePoint Designer there is no new activity. Any advise?

New Post: in not working with SP 2013

$
0
0
Even though there is no activation entry in the Site Collection Features, the extended workflow pieces are available in SPD.

Created Unassigned: Send Email Extended not working for SharePoint 2010 platform type. [17620]

$
0
0
Hello,

I want to send the emails to the users with high importance from SharePoint designer workflow. I went through [this](https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d573f19b-faf5-46d2-adbc-7f58af591ce0/set-high-importance-on-sharepoint-designer-workflow-email-alerts?forum=sharepointgenerallegacy) post and found that the __Send Email Extended__ could be useful. I installed .wsp solution to my farm and in SharePoint designer I am finding the custom actions:

![Image](http://i.imgur.com/sMwiIAI.png)

But when I select the __Send Email Extended__ the action does not appear in the layout to edit options. Below is the image after selecting __Send Email Extended__ action. It appears nothing to edit the action.

![Image](http://imgur.com/ZUIH2ex.png)

What am I missing?

New Post: Copy list item extended runs before other steps

$
0
0
Hello,
I am facing a huge problem in my workflow i am moving documents around folders depending of the approval workflow state.
But the issue im having is that copy itme extended is actualy running always before other steps even if i but it inside a condition or whatever i do, it just runs before every other step.

I am using 2013 foundation. It does copy the item but its not helpful if it does it bnefore any other step.
Also if i move the document the other steps create a error ( i think the workflow crashes because the location of the document is changing). But since the workflow just jumps to move i can not add a line to for example wait for the path to update and then move on, because it just moves it first.

New Post: Installed wsp. No additional options showing on SPD2010 Action dropdown.

$
0
0
A little late, but I had the same problem.

Then I found the difference:
If I use an English language web site and create a workflow then I see the additional action in the SharePoint Designer, but If I use another website with another language I did not see the action items.

Solution: Open the template for English language (1033) directory on the Sharepoint server.
In my case: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\1033.
In the sub directory "Workflow" you will find the file: CustomWorkflow.ACTIONS.
  1. Open this file in an editor. On the top you find the entry:
    ...
    <WorkflowInfo Language="en-us">
    ...
Change it to:
...
<WorkflowInfo>
...

Save it
  1. Copy the file CustomWorkflow.ACTIONS in your language directory.
    In my case it is German and the template directory 1031: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\1031\
  2. I believe that your data are cached. IIS reset is useful ( I waited a night) and after this time I found the Actions also in my other Worflows (in other languages).

Commented Unassigned: Failed to install Custom Workflow Activities (0.5.0 Alpha version) on Sharepoint 2010 farm with multiple web servers [16960]

$
0
0
I tried to install the Custom Workflow Activities on Sharepoint 2010 farm with multiple web servers and did not install. DP.Sharepoint.Workflow.wsp shows error in solution store. I have 2 web servers and one 1 application server in my server farm. However SharePoint designer 2010 workflow shows all Custom Workflow Activities but nothing happens when i try to use any of the available custom activity.

I am trying to use the "Copy List Item Extended Activity" to copy list item from one site list to another site list. Custom Workflow Activities works fine on single/standalone Sharepoint server but not on multiple web servers.

Please help.

Thanks.
Comments: ** Comment from web user: N03LW **

I've got exactly the same problem.
the activities are visible in SharePoint Designer and the solution is deployed to the site collections I chose in Central Admin but nothing happens when any of them are selected for use in a workflow. Nothing!

It's been far too long now to expect an answer but, just in case...

HELP!

N03L

New Post: Unauthorized errors

$
0
0
Hi,

I am working on SP2010 to 2013 migration. I have installed spdactivity wsp on our 2013 servers. We are using 2 web fronts, 2 App servers and 1 DB servers. I have added "safecontrol" and "Authorizedtypes" lines in web.config files of my 2 web fronts and 1 app server for that particular web app on which this wsp is deployed. But I am getting this error when I run a workflow with custom actions
"System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest"

Please help me solve this.

Regards,
Pradnya

New Comment on "Grant Permission on Item"

$
0
0
We have two way approval workflow As a first level approver, user wanted to view the travel request even after approving the item. At present, once the request is approved in level 1 and moved to level 2, the level 1 approver is not able to view the item since the permission is revoked as per the workflow.

New Comment on "Reset List Permissions Inheritance"

$
0
0
We have two way approval workflow As a first level approver, user wanted to view the the travel request even after approving the item. At present, once the request is approved in level 1 and moved to level 2, the level 1 approver is not able to view the item since the permission is revoked as per the workflow.

New Comment on "Delete List Item Permission Assigment"

$
0
0
We have two way approval workflow As a first level approver, user wanted to view the travel request even after approving the item. At present, once the request is approved in level 1 and moved to level 2, the level 1 approver is not able to view the item since the permission is revoked as per the workflow.

New Comment on "Is Role assigned to User"

$
0
0
We have two way approval workflow As a first level approver, user wanted to view the travel request even after approving the item. At present, once the request is approved in level 1 and moved to level 2, the level 1 approver is not able to view the item since the permission is revoked as per the workflow.

New Post: in not working with SP 2013

$
0
0
Atema - I've been trying to get this working on SP2013 for over a year now (off and on), but your step-by-step instructions there finally did the trick. It looks like what I was missing was adding the assemblies to the "targetFx" section.

I cannot thank you enough for the help! You're awesome, mate!

New Post: Getting 403 on Email HTTP Attachment action

$
0
0
I finally got these working in my SP2013 environment, but when I use the "Send email with HTTP attachment" activity, the workflow history is erroring out with a 403 FORBIDDEN. I'm using the 'Name (for use with forms) value as the filename, the 'Encoded Absolute URL' value as the path, and I had it show the latter value in the workflow history so I could confirm that the right path is being used. I have no problems opening the file with that path, but what I need to do is forward any uploaded file to a team mailbox.

Has anyone run into this issue? The file is being uploaded by a client account with limited permissions (View, Add Item), but the workflow is using an Impersonation Step with an account that has full access and is a site collection administrator.
Viewing all 114 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>