The custom-action tag has no wiki summary.
0
votes
0answers
21 views
SP2010 farm scoped custom workflow action not available in designer
We're trying the "Update Items By List View" custom workflow action available here:
http://efspwfactivities.codeplex.com/releases/view/63115
It works fine in one of our development environments ...
0
votes
2answers
40 views
What's this Location ID?
I try to add a custom action to the menu shown in the picture.
But I don't know the Location ID for that... or is it not possible to add there a custom context?
0
votes
0answers
59 views
Custom Workflow Activity for merging users in field + assignedTo value from task (problems & questions)
First of all, a little explanation what this is about:
I'm currently trying to write a custom workflow activity for use in SharePoint Designer 2010.
I've got a column in my list - let's call it ...
2
votes
0answers
344 views
How to add CustomAction button in Ribbon of DocumentLibrary in SharePoint Online?
How can I add a CustomAction button in Ribbon of Document Library in SharePoint Online (Office-365) for Sandbox solution without any code ?
I have created team-site in SharePoint Online. And having ...
2
votes
3answers
345 views
list item menu's custom action on content type (only SPD2010)
Is it possible to have a custom action List Item Menu in a document library on a specific content type, created in SPD 2010? In code I know is possible, but I'd rather try it out in SP Designer. Also, ...
1
vote
2answers
244 views
Is it possible to open an SharePoint app as Modal dialog from a Custom Action
I want to create a site action menu item Custom Action which opens a Sharepoint 15 app (default.aspx) as modal dialog. is it possible? thanks.
2
votes
4answers
250 views
Is it possible to package, deploy, and use my own image for a ribbon CustomAction in a SharePoint-hosted App for SharePoint 2013
I've been working on a SharePoint-hosted app for SharePoint 2013. In order to "extend the reach" of the app a bit, I've included a CustomAction that will add a button to each document library's ribbon ...
3
votes
2answers
783 views
CustomAction: UrlAction to open link in a new window
I have added a menu item to the Personal Actions menu by creating a CustomAction like so:
<CustomAction
Id="myCustomAction"
GroupId="PersonalActions"
...
1
vote
1answer
156 views
Custom Action with dynamic UrlAction
I have added a menu item to the Personal Actions menu by creating a CustomAction like so:
<CustomAction
Id="myCustomAction"
GroupId="PersonalActions"
...
0
votes
0answers
107 views
How to change Text/Label of CustomAction button of Ribbon?
I want to change the Text/Label when I click on the CustomAction button of Ribbon.
It should be change from my Javascript function because I want to check the condition in that.
My CustomAction ...
1
vote
1answer
241 views
'RootWebOnly' property of a CustomAction only works in sandboxed solutions? Why?
I have a web application scoped feature which provisions a number of site collections and subsites.
The feature also contains a navigation element, which adds a new custom action group to the site ...
0
votes
2answers
408 views
The type is not registered as safe “Custom Actions”
I am trying to create a custom actions using wsp builder, My folder structure is something like this,
Now when I try to deploy solution nothing comes up however I get this error in my ULS log,
...
0
votes
1answer
86 views
How can I hide the Theme link in Site Settings for SharePoint 2010
Can I create a customAction to hide the Theme link in Site Settings in SharePoint 2010 ? If so, what does the Element.xml look like ? I've tried the following:
<Elements ...
1
vote
0answers
53 views
Accessing full url of 'View in browser' link in document library
I'm trying to get the url of the 'view in browser' link that appears in the context menu for a document in the document library.
I have a custom command on the menu that I have created which calls a ...
0
votes
0answers
107 views
sandbox workflow action: read taxonomyfield value and give the full path value back
I like to build a custom sandbox workflow action. The action must read a taxonomy field and give me the full path (like id;#value1:value2). Input for this sandbox workflow action is the field value:
...