SharePoint Foundation is the platform for all products in the SharePoint family. It contains all of the core functionality and architecture drawn on by the commercial versions of the package, but is free to download
1
vote
1answer
699 views
How to insert data into Managed Metadata field of any Document Set using PowerShell?
I am creating a Document Set for a library using powershell and that document set contains some mandatory managed metadata fields. I am able to create document set but how can I insert data into those ...
0
votes
2answers
549 views
Uploading Documents Choose Destion folder does not work
I have a document library with at least 20 folders in it. When I go to the library to upload a document, the upload document popup window does render properly.
- I then click on the choose ...
2
votes
0answers
19 views
Record management in document management project - SharePoint 2010
For a document management project we need to implement a record management capability to a document library .
Which template should we use?
Record centre Or document Center?
Record center has many ...
1
vote
1answer
353 views
InfoPath 2010 File Attachment error
I am having an issue with InfoPath 2010, I am getting the below error when adding a file Attachment control and a Person/Group Picker, when adding File Attachment control, the file is attached to the ...
1
vote
1answer
388 views
Unable to get correct element on a sharepoint page using document.getelementbyid('<%textboxID.ClientID%>')
I have a sharepoint website which has multiple instances of the same visual webpart. On button click I am trying to get a textbox present in the usercontrol of the webpart using ...
1
vote
2answers
316 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
1
vote
0answers
10 views
How can I create distribution lists from groups in SharePoint Foundation 2013?
The SharePoint site in question is internet facing extranet site built on SharePoint 2103 Foundation. There is no Active Directory or Exchange Server and the site members have email addresses from ...
1
vote
0answers
10 views
SharePoint 2010 Foundation Search result pages being combined when they are not the same in anyway
I have a content source and rules setup that enable my search to crawl the following type of URL's with parameters to a custom web part page.
...
0
votes
4answers
32 views
bulk files upload to document library in SharePoint 2010
in one of the project we need to upload bulk files ( 250 mb at a time or more ) to a document library in SharePoint 2010. OOB multiple file upload through IE browser is not good one as it gives ...
0
votes
1answer
14 views
Restricted search on a list to hide private column
We have a list called employee. Out of all columns search result should not show 2 private columns named DOB & salary. Result can show all other columns.
I mean how to implement restricted search ...
0
votes
1answer
6 views
How to import multiple excel columns into a single metadata column?
Consider:
I work for an organization that has eight service territories.
We have a series of procedural documents that can apply to one territory up to all eight territories, and I am attempting to ...
1
vote
2answers
37 views
Item ID of current row
I am working on a script that needs to pull the SharePoint list item ID from the current row. I have a checkbox field in a multi-item form webpart that, when checked, needs to update the item without ...
1
vote
1answer
430 views
SharePoint 2010 Blog Site Custom I Like it locations
On A SharePoint 2010 blog site does anyone know if you can add the "I Like It" button to the blog post summary's. I would like to add the "I like it" through out the blog so users can tag "I like it" ...
0
votes
1answer
10 views
ProcessBatchUpdate has no effect
I have an application I am working on that uses an Event receiver to propagate metadata to a document library. I am trying to use SPWeb.ProcessBatchUpdate to copy the metadata back.
my code looks like ...
1
vote
1answer
20 views
I'm looking for a way to detect the ribbon load event
I'm looking for a way to hide a button from the ribbon using javascript, but to do this I need to wait until the elements of the ribbon are loaded.
Is there a way to detect such event?
0
votes
1answer
20 views
How to retrieve Lookup List's lookup values in a third List
I am using sharepoint 2010 Lists.I have 3 Lists RoleFamily,Roles and Employees. RoleFamily defines under which Family a role exists.There fore RoleFamily is the Primary.The below image shows the ...
0
votes
1answer
31 views
SharePoint 2013: Creating Site Columns using CAML
I had a SharePoint solution which is working perfectly in SharePoint 2007 and SharePoint 2010.
The solution contained Site Columns that were created using CAML (XML Files). Further I created a ...
1
vote
1answer
961 views
Edit All SharePoint Forms View
Is that possible to edit all SharePoint Forms (View, Edit, New) to get something like this:
Label and Input as a row
If it is possible, how can i do that ? Do i need to change the ...
1
vote
0answers
14 views
How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?
I hope someone can help me PLEASE.
How do I get the attachments on my SharePoint 2010 List item to sort in alphabetical order by document name?
0
votes
0answers
18 views
Add a link to perform certain actions. E.g Upload a document, then optionally add a workflow to this document etc
I've been asked to create a simple page where a user can
Click a link to upload a document to an existing library
Optionally click another link to add an predefined workflow to the uploaded ...
1
vote
1answer
21 views
How to change FROM address when workflow is configured in SharePoint 2010
There is a requirement to change FROM address when workflow is configured in Sharepoint 2010 ?
By default it is static one and I want to change it so that site owners email adress will go as FROM ...
0
votes
0answers
6 views
What's the best way to create a replication/load balancing module?
We have a sharepoint doucment library, the site consist media files(like images, word document, .psd file) and then we have a local CME (Alterian) which can be integrated to the SharePoint library in ...
0
votes
1answer
26 views
Steps to install sharepoint 2013 on Win 7 - VMWare/VHD boot
I have did some research that i can't have SP 2013 installed on Windows 7.
Can i install a vmware/vhd boot with win 2008/2012 server and then SP 2013.If Yes how to get started?
Any resources or tips ...
1
vote
2answers
286 views
Sharepoint Foundation search filter? (Exclude all but SP wiki 'x')
I've looked (unsuccessfully) for what others have done on this topic.
Within our Sharepoint Foundation site we have multiple wikis and we'd like to use the Search feature to search content from only ...
0
votes
1answer
486 views
Filter Library on SharePoint Foundation 2010 based on user membership
I'm trying to filter the rows of a Document Library on a SharePoint Foundation 2010. I would like to filter depending on the user:
Department of the user
I don't mind if that is done via AD groups ...
1
vote
0answers
16 views
The Machine Translation Service is not running when it should be running error message
I get this error in Central Administration.
The Machine Translation Service is not running when it should be running
It tells me to do the following:
"From the Central Admin UI, navigate to manage ...
2
votes
3answers
40 views
Is there a way to create a list view that only displays certain items for the last few days?
I hope this will be a very basic question. :)
I am using a Task List in a SP 2010 Foundation site to keep track of work in progress with a small team. We are using the default Status values (Not ...
0
votes
2answers
579 views
Set lookup field value using custom asp.net control on NewForm.aspx
On my custom NewForm.aspx I have got
<SharePoint:FormField runat="server" ID="field_Project" ControlMode="New" FieldName="Project" />
Is it possible to replace it with asp net DropDownList ...
0
votes
0answers
13 views
show outlook calendar
For SharePoint 2010 intranet project want to show outlook calendar. But OOB calendar web part ask for login details each time it is accessed. What is the way to overcome/avoid login each time in the ...
0
votes
0answers
17 views
ExpCollGroup Fails with custom list
In Sharepoint Foundation 2010
I created a list, and made a standard view, everything is fine.
I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
1
vote
2answers
304 views
Getting the error “The underlying connection was closed: An unexpected error occurred on a receive.” using Client Object Model
I'm trying to connect to a SharePoint 2010 site using the .NET Client Object Model. When I run test code from a windows console app that I have written, I have no problems. When I try to run the same ...
0
votes
1answer
48 views
Versioning in Sharepoint Document Library
I am uploading a document in the document library using the following code.
Hashtable objhash = new Hashtable();
objhash.Add("List ID", ListIDNo);
//
...
0
votes
1answer
27 views
How to show organization chart in SharePoint 2010
How to show organization chart for a company in intranet portal without using any third party web part? what is the simplest way to show data correctly?
1
vote
2answers
34 views
Listdata.svc via REST refuses to return data
I'm trying to pull down some list data from listdata.svc using the standard method as documented in the msdn:
var listUrl = 'http://development.contoso.com/_vti_bin/ListData.svc/Contacts';
$.ajax({
...
0
votes
1answer
488 views
SharePoint Doc Library won't check out docs for editing
This issue has me stumped; any idea would be appreciated. This is relating to SharePoint 2010 and MS Word 2010.
Situation: Doc library in SharePoint is using custom content types and has several ...
1
vote
1answer
343 views
how to convert the sharepoint recurrencedata field (xml) to ical format (vis versa)
How do I make both conversion from recurrence data field to ical format and
ical to recurrence data field?
0
votes
0answers
11 views
Render Failed on Show Filter Choices
It looks like this old SharePoint 2007 bug has been re-introduced in SharePoint 2013:
http://spnovice.blogspot.com/2013_04_01_archive.html
We upgraded this weekend and now all large lists exhibit ...
0
votes
0answers
8 views
SSP upgrade approach
In case of SSP 2007 to 2010 upgrade what is better approach ( In-place or DB attach) to upgrade these following SSP service. In fact all SSP services have pros & cons for ( In-place or DB attach) ...
0
votes
3answers
1k views
Sharepoint 2010 - Client Object Model - Download DocumentSet Programmatically
A code snippet of how i can download a documentSet programmatically using the sharepoint object model would really help.
What I am trying to do is
Given the sharepoint site, log in with the user ...
0
votes
1answer
22 views
upgrading Web Parts in SharePoint 2010
what is the best approach for upgrading Web Parts in SharePoint 2010?
Is AfterDeserialize() method best approach?
pl suggest.
thanks in advance
1
vote
1answer
930 views
CAML query in getLIstItems method returns no rows of items
I am invoking Sharepoint's List Web services and using the getListItems() method. In particular, I am keen on specifying a CAML query because I really want it to just retrieve one item that I am ...
1
vote
1answer
63 views
Video streaming sharepoint foundation
I have IIS Media Services 4.1 on my Windows 2008 R2 machine and I want to make video streaming on my Sharepoint foundation site. Let me know how can I do that using IIS Media Services?
or is there ...
0
votes
1answer
343 views
Create TermStore (SPServiceApplicationProxy) Programmatically
Is it possible to create a new custom TermStore Programmatically?
something like
SPServiceProxy proxy = SPFarm.Local.ServiceProxies.Where(s => ...
1
vote
1answer
22 views
Incomming E-Mail doesn't work for the second site
I have the following constelation.
1. Sharepoint Site called "site1" on Port 80
1. SharePoint Site called "SharePoint Site X" on Port 95
The E-Mail receiving feature (to send documents to lists) ...
0
votes
2answers
35 views
Using sharepoint 2010 on another server in VS?
How can I use sharepoint 2010 that is on another server in VS?
When I try to create a new project for creating visual web part, A message "Sharepoint not installed on this client" is showed.
0
votes
0answers
12 views
Filtering based on # Tags Sharepoint 2013
I have created a Team Site in Sharepoint 2013 which has more than 20 Pages I have embedded NewsFeed With Every Page but My requirement is to have conversation at each Page with different Thread eg: ...
0
votes
1answer
36 views
Modify list schema in production - best way; in SharePoint 2010
Suppose we have a defined a list schema in a site which is in production and has data in to it. it is for a client & maintained by the admin of the client.
Now I want to add a column to it. What ...
0
votes
0answers
14 views
Connectable webpart multiple textboxes
I have two webpart right now on selectedindex changed of my textbox(TextboxFirstname) i send textbox data to consumer webpart, the problem is now that i have more then one textbox that i want to send ...
1
vote
2answers
313 views
Sync SharePoint Calendar Overlays in Outlook
I created a SharePoint calendar with several other calendars overlaying it. I want to sync the calendar and the overlays together, as one calendar, to Outlook. I can sync the main calendar and each ...
2
votes
1answer
29 views
Listing all the documents in SharePoint server using C#?
I'm new to SharePoint server. I need to get the list of all document stored in SharePoint server, not in particular user site. Is there any way to get all documents list , name or count using C#?
...


