3
votes
1answer
25 views
Can I create a connected web part using Silverlight in SharePoint 2007?
Currently, I have a connected web part that consumes a SharePoint list and uses the data to add locations to a Google Map control.
What I'd like to do is use the Bing Maps Silverl …
3
votes
1answer
27 views
How to identify the question fields when fetching survey information from the Lists web service?
I am wanting to access survey information via the Lists web service and display the questions contained in the survey.
The result contains a large number of Field nodes some of wh …
2
votes
3answers
53 views
Restoring SSP Databases from SP1 to SP2 server farm
Has anyone restored Shared Services Databases from SP1 Server Farm to a new SP2 Server farm? I don't want to loose user related information link My Links etc.
I followed the DB a …
2
votes
1answer
104 views
Avoid sending emails to manager while deleting My Site in Moss
I want to stop the functionality of sending email to the manager of user whose mysite is going to be deleted rather mysite cleanup activity if below things happened to user/user pr …
2
votes
1answer
16 views
How to generate the timeZoneInformation parameter to a CreateWorkspace method of the Meetings.asmx web service … in javascript
I want to call the CreateWorkspace method of the Meetings web service to create a subsite but I find no simple information on how to create the timeZoneInformation parameter in jav …
2
votes
1answer
72 views
Document Library Template: The language is not supported on the server
We have created a document library template to facilitate the rapid deployment of multiple document libraries with identical structure. The template has been created within the sam …
2
votes
2answers
28 views
Identifying duplicate documents
The search results webpart has a boolean property which can be used to configure whether "duplicate" results should be returned.
Looking at documents, when is a document A conside …
2
votes
0answers
20 views
Int type as Entity key into BCS Model
The BCS Model can't create a form for the "Update" operation if the key of Entity has a type of uint, int, long or ulong when I use WCF as a data source. It works fine with the str …
2
votes
0answers
62 views
List of Custom Item Styles for Content Query Web Part
Nearly every one of us have designed custom ItemStyles in ItemStyle.xsl to produce the presentation format needed by business. I think it will be great if we can put together these …
2
votes
0answers
59 views
Error on Document conversion of DOCX doc with Quick Parts
I started using the document conversion feature with MOSS 2007 and Word 2007.
The process seems to work fine with DOCX documents.
So I tried adding quick parts metadata to the doc …
2
votes
0answers
24 views
Site Variation limit in SP2010 ?
Hi,
does anyone know if the limit on variations (50 labels) in SharePoint 2007 is the same in SP2010?
have anyone worked with variations in SP2010 yet and have some knowledge to …
1
vote
2answers
44 views
Helpdesk Template - See My Service Requests in My Site
I have set up the Helpdesk 'fantastic 40' template on our portal and can add service requests etc.
I can also see that in the site's child pages I have access to a whole lot of we …
1
vote
1answer
26 views
Publishing sites, search and the missing contentclass:STS_Site
This is an old issue I thought this was a bug in an specific environment after reading a couple of blogs it has made me think again...
The issue is that SharePoint site collection …
1
vote
1answer
9 views
Contentype.Update(true, true) and ui validation
When using the sharepoint api to add field links to a content type, with code similar to the following:
AddFieldLink(siteField, contentype);
contentype.Update(true, true);
I …
1
vote
1answer
50 views
Changing display of Categories in Site Directory
I'd like to make some changes to the category display in Site Directory. Specifically, I'd like the results to be on the same page underneath the category list.
I looked at the po …