Tagged Questions
1
vote
2answers
83 views
How can the deployment of a feature (or element) be made dependent on the SharePoint version (2010/2013)?
I have a solution (deployed in the Sandbox) that declaratively creates CustomActions (menu items).
It works fine in SharePoint 2010 and 2013, but we don't like the look in 2013 so I'd like to exclude ...
1
vote
0answers
64 views
SP2010 Custom action runs sandboxed but not as farm solution
Short version: Which changes need to be made to convert a custom workflow action, developed in VS2010, from a Sandbox to a Farm solution. Assume it is a placeholder with no logic added yet.
Long ...
1
vote
1answer
32 views
obtain actions from ecb
is there a way how to obtain the default list of custom actions in ECB ? I tried list.UserCustomActions but it returns only custom actions added by user. In my case it returned 0. I would like to ...
1
vote
1answer
334 views
How get item in CommandUIHandler EnabledScript use javascript
can anyone help me with the problem:
I have a list external items from my system and i add a custom button on a ribbon. My item has a state and depending on the state my button should be available or ...
0
votes
1answer
173 views
Registering pageComponent using ClientObjectModel
is there any ways to register PageComponent using client object model?
I want to add custom action on the edit form with dynamically populating FlyoutAnchor. But when page has been loaded i recieve ...
0
votes
1answer
116 views
FlyoutAnchor PopulateQueryCommand through clientContext
I have a problem.
I want to add Custom action on a Sharepoint Edit form. This must be FlyoutAnchor and i want generate his content dynamically.
I'm adding them throuh ClientContext object model(using ...
0
votes
1answer
127 views
How i can get “item ID” column through “BDC Identity” column
I create external list for display external items from my wcf service and add custom action on that list EditForm through ClientObjectModel with this url:
...
2
votes
0answers
86 views
Load List Item Ribbon tab on page load when using Page in Pages Library
My question is a little bit different than the other missing / loading ribbon questions and I'll explain why.
In order to properly style my application, I've created a page in the Pages Library and ...
0
votes
1answer
803 views
CustomAction on document library not visible
the scenario is the following
1. We have a site called meetings with 2 subsites for special meetings, Executive COmmitee, and Board of DIrectors
2. In each of those sites, a different meeting site is ...
1
vote
2answers
597 views
Customizing social tags and notes buttons on the ribbon
I want to change social tags and notes buttons in the ribbon, but I don't know how and even if it is possible.
So we have 2 social buttons in the ribbon, I like it and Tags & notes. I want to ...
1
vote
2answers
2k views
How to add a button at Page tab ribbon when add webpart?
I have a webpart with custom setting.
I add 2 property to webpart setting. I want add button to Page tab ribbon when webpart added to page and value set for the property.
It is possible that add a ...
0
votes
1answer
715 views
Setting the default ribbon tab to a custom tab in SharePoint 2010?
Ok - So I have a shared documents library - and like many posts before me I would like to make the default tab on the ribbon a custom tab that I have made. Can someone tell me how to edit the URL ...
1
vote
2answers
849 views
Adding button to ribbon in CommandUI.Ribbon
I'm trying to add a button to the ribbon, in the same place the default "I Like It" and "Tags & Notes" buttons are located. I the elements.xml file for this feature (SocialRibbonControl) and tried ...
2
votes
1answer
1k views
Javascript call to NewItem2 error “TypeError: Cannot read property 'tagName' of undefined”
Overview
I have a CustomAction for a button on the ribbon that calls a command in a javascript file. The command fails in the inplview.debug.js file on the following lines (1745 - 1748) in the ...
1
vote
2answers
710 views
Use View Ribbon Custom Action on Multiple List Items
I create a View Ribbon-scoped custom action using SPD 2010 that runs some Javascript. If I create it in an ECT list I can use it with multiple items. However, if I create it in a standard SharePoint ...
0
votes
1answer
1k views
Custom Action for a custom Content Type's display form
I have a custom action that I'd want to add to my custom display form of my custom content type
My custom action is:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
0
votes
1answer
210 views
open new item form through custom action
I have created a custom action which visible to user on "Issue" Display Form.
I have another list called "Note" which has a look field (Type of Issue) called Issue. Basically there is one to many ...
0
votes
2answers
715 views
How to get custom action to a SharePoint list actions menu for a specific list or content type?
I add custom action to a sharepoint list actios menu for all list .
I want get custom actions that define for a special list in VS.
How to get custom action ?
1
vote
1answer
524 views
custom actions are not visible
I have a custom action for the menu, but I can not see it.
1. I am site collection admin
2. I checked the feature and its there
3. I checked the package and is there
4. I checked the 14 hive and ...
0
votes
2answers
969 views
write to the workflow history list programatically
I have a sharepoint designer workflow with many Log to history activities to know where the workflow is.
I also have 2 custom activities with some complex logic and try catch code.
I would like to ...
1
vote
1answer
285 views
Dropdown in ribbon is not visible - TemplateAlias problem?
I have the following code, the button is shown but the dropdownlist is not visible. I think the problem is with templatealias, but I dont understand very well how this thing works
1
vote
1answer
421 views
Conditionally Show/Hide/Disable Custom Workflow Action Buttons
I have three custom action buttons on a list created through SharePoint Designer. All three buttons execute a workflow and I need to show/hide or enable/disable the buttons based on certain conditions ...
5
votes
1answer
448 views
How to make custom workflow activity parameter optional
I'm developing a custom Sharepoint 2010 workflow activity and I need some of it's parameters to be optional. For example, I need a user, using Sharepoint Designer, to be able to specify document path, ...
5
votes
1answer
220 views
Need help specifying the location of a Custom Action
Spawned from this question.
I have been able to add a new link to my Central admin page under the Monitoring->Timer Jobs section. My problem is that I have been unable to figure out how to add it ...
