The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
0answers
342 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 ...
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 ...
1
vote
0answers
236 views

Setting rights for CustomAction. Problem with sandboxed or language?

I've got a CustomAction which contains a button. Only users with high level permissions should be able to see this button, so I tried setting the property Rights ="ManageWeb" on the CustomAction. ...
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
0answers
51 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 ...
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 ...
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: ...