Unanswered Questions
7
votes
1answer
334 views
Why is my workflow DependencyProperty event handler not firing?
I have a custom workflow activity (SharePoint 2010) with a Dependency Property defined as follows:
public static DependencyProperty TaskChangedEventPropertyEvent = ...
7
votes
1answer
146 views
What are the claims supported by SharePoint?
I am passing Claims from a custom STS to SharePoint. It seems that some of the Claims are coming through OK to SharePoint, but not all. For example I am passing in the GivenName and Surname claims, ...
7
votes
0answers
152 views
Why is setting task fields in a “Before A Task Is Assigned” step not working?
I have a custom process in a SharePoint 2010 workflow where I need to allow the first participant to be able to change the second participant in the participant list.
What I have tried is asking the ...
6
votes
2answers
270 views
FAST Search Security Trimming of non Windows External Content Types
We have integrated a back-end web application into SharePoint 2010 using the BCS and the OOTB Web Services connector.
The data in the backend system is protected by ACLs and we need these ACLs to be ...
6
votes
1answer
214 views
On default.aspx, how can I properly control the Ribbon with OOB webparts?
In a team site, I have put two DataFormWebPart (in new mode) that allow users to directly push data to two SP lists.
The two webpart are saving data as expected, but the ribbon is weird when having ...
5
votes
3answers
97 views
Authentication Defaulting back to NTLM not Kerberos
We have 3 servers. One running SQL and 2 running Sharepoint. Both Sharepoint servers are acting as WFE's using NLB.
We have 2 Web Applications people.domain.local for our mysites and ...
5
votes
1answer
106 views
Is there a way to securely encrypt content in SharePoint Online?
I need to encrypt (or at least digitally sign) a package of content that is sent from the SharePoint Online server, down to the browser, and then cross-site post (JSONP) the ecrypted content to ...
5
votes
0answers
134 views
How do you change the slide master in a slide library using Sharepoint 2007 and Powerpoint 2007?
I'm using a slide library in sharepoint 2007 in combination with powerpoint 2007. When I want to create a new presentation by using a slide that is stored in sharepoint I get a little problem.
Copy ...
5
votes
0answers
140 views
When deploying a site from custom site template, one lookup column in doclib has empty values for Office 2010 (docx, xlsx, pptx) files
I'm deploying sites using a custom site template (WSP) that is:
Saved as WSP from customized Team Site
Deployed as Farm Solution
Has lists, libraries with content customized in Visual Studio ...
4
votes
1answer
135 views
Reuse the MiniContactCard from People Matches in SharePoint 2010?
Is the mini contact card, as seen in the People Matches section of a standard SharePoint 2010 search results page, a reusable component easily applied elsewhere?
It has all of the bits we want to use ...
4
votes
2answers
112 views
Is it possible to create a “Link to a Document” in a Document Library using a CAML Batch Command with UpdateListItems?
I have a Document Library in WSS 3 which has the "Link to a Document" content type enabled, and I want to use a batch command (via lists.asmx updatelistitems) to create a series of links. Here is the ...
4
votes
1answer
77 views
Customize a Delegate Control in SharePoint 2010
I created a simple project to Customize a Delegate Control in SharePoint 2010 such as in msdn article (http://msdn.microsoft.com/en-us/library/ms470880.aspx).
Source code:
Class:
using System;
using ...
4
votes
1answer
380 views
Updating User Profile doesn't invalidate cache
The website I'm building has a heavily extended user model. The requirement is to have a single page where admins (who are windows authenticated users) can see the profiles of all the users. Regular ...
4
votes
0answers
46 views
Create a Document Library Item base on a ContentType with JavaScript Object Model (JSOM)
I'm trying to create a new item in my Entreprise Wiki Pages Document Library. It's associated with a News Content type. I was able to retrieve the SP.List object (myList), the SP.ContentType object ...
4
votes
5answers
187 views
Refreshing custom developed web part
I've developed a custom web part that pulls data from a list. It will only retrieve items where a field called ShowItem is equal to 'Yes'. Once the data is loaded the end user has the ability to ...