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

learn more… | top users | synonyms (1)

1
vote
2answers
17 views

Workflow with 'Copy Current Item' also copies the 'Created' field

I have no hopes that there is an easy answer to this, but still... I have 2 lists - Templates and Library. In Templates I only have 1 item. This item can be manually copied with a workflow assigned ...
1
vote
0answers
26 views

Backup and Restore Site Collection from SharePoint Foundation 2013 to Server/Enterprise 2013

I want to take a site collection (backup) from Foundation/Standard 2013 (ServicePack1) and restore this site collection to Server/Enterprise 2013 (ServicePack1). The backup(.bak) file is created ...
0
votes
0answers
19 views

Custom List forms not working after migration from Sharepoint 2010 to Sharepoint 2013

I had a site working in SP2010. There were lists with custom list forms in the site. However, after migration to SP2013, the sharepoint fields on the custom list forms (New/Edit) are not getting ...
0
votes
3answers
56 views

Sandboxed Solution doesn't work on production server

I am new to SharePoint development and recently get stucked by a problem of deploying own Sandboxed Solution that do a event receiver job (ItemAdded). It create a subfolders in top folder in a ...
0
votes
0answers
11 views

Get FBA users to webapp without enabling FBA in webapplication

This question may appears silly but it was the requirement to us. We have one web application say WebApp_01 in which we configured FBA perfectly. Now we want to show these users also in the another ...
1
vote
0answers
20 views

Multiple Column Lookup field from Access to Sharepoint

I have two fields called "Tool ID" and "Tool Name" in my main "Tools" table in Access. "Tool ID" is set as the primary key, in that it gives each tool a unique autogenerated number. When I ...
0
votes
0answers
14 views

Migrating Sharepoint 2010 Foundation to a New server

I tried to search but I did not get a good document on this issue of mine. I want to migrate a SharePoint 2010 foundation server that I have to a completely new VM. I have this questions: How do I ...
0
votes
0answers
11 views

Good Gantt Control that auto adjust the date ranges

I'm looking for a third party Gannt control. In wich I can edit the daterange. If an edit occurs, the gannt must be able to adjust the start dates from the child (following) tasks (like ms project). ...
0
votes
2answers
31 views

SharePoint 2010 List object through coding

some one asked this question to one of my friend in interview. There are many vague answers. But what will be the correct answer for this question:- "To access a list in SharePoint 2010 what objects ...
0
votes
1answer
29 views

Employee Directory in Sharepoint Foundation, fetching info from database

I have an existing sql database with all employers, and now after i've created the intranet sharepoint website i want to be able connect the database with the website and then to create an separate ...
1
vote
2answers
38 views

SharePoint site open in Mozila and Chrome but did not allow me to open in internet explorer

Sharepoint site open in firefox and chrome with different users credentials but internet explorer does not allow me to open same site with different credentials
0
votes
1answer
54 views

System.ServiceModel.ServiceActivationException “A relative URI cannot be created because the 'uriString' parameter represents an absolute”

The client object model code in my application is throwing the following exception. How to solve it?. System.ServiceModel.ServiceActivationException: The service '/_vti_bin/client.svc' cannot be ...
0
votes
0answers
18 views

Sharepoint 2010 removing duplicate managed accounts (key alerady added to Dictionary error)

I have a duplicate managed account. I tried "Security -> Configure Service Accounts" it blows up with "Item has already been added. Key in dictionary: 'domain\account' Key being added: ...
0
votes
0answers
11 views

Assign a form to a Group doesn't create multiple task items to the users belonged to a group

I was creating a task using the SPD "Assign a form to a Group" in order to assign multiple task items of those persons inside that group. Unfortunately, when i view the Assigned To Column in the task ...
0
votes
1answer
23 views

Forefront TMG for SharePoint 2010 application

I have few doubts on TMG. I have listed all. Pl reply for all points. TMG servers are not used in SharePoint 2010 intranet application rather used only in Internet applications. If any SharePoint ...
0
votes
0answers
17 views

SharePoint 2010 On-Premise vs On-Line deployment

If our team has to decide between On-Premise or On-Line deployment for SharePoint 2010 what all main factors we have to keep in mind before final decision? What will be top 5 factors priority wise? ...
-1
votes
0answers
39 views

SharePoint 2010 call sequence [closed]

What will be the proper answer for this question: "How does SharePoint work?" Question is asked by a professional with very good knowledge. Actual question is how does SharePoint 2010 works ...
1
vote
1answer
560 views

SharePoint 2013: UserAgent not available, file operations may not be optimized

I have two sites that were originally migrated from SPS2003. It worked well in SharePoint 2007 and even on SharePoint 2010, however when we migrated it to SharePoint 2013, the home page throws ...
1
vote
3answers
84 views

How to Make Webpart Title to Display Day of the Week?

I have list View webpart in my sharepoint 2010 team site home page. Generally Web Part title can be easily modified by editing the webpart and providing Title value. I am looking for a solution to ...
0
votes
1answer
19 views

2010 Cascading Drop Downs - Question about table that uses the cascade feature

Dumb question. First of all I am following this method of using cascading drop downs http://www.uccorner.com/253/sharepoint/cascading-drop-down-sharepoint-foundation-2010/ On the custom list where ...
0
votes
0answers
42 views

ASP.NET MVC - Get current user logged in from sharepoint

I have an MVC web app that is sitting on a server running SharePoint Foundation and users access it via a link in the SharePoint portal. I require the website to log in automatically for the current ...
0
votes
1answer
24 views

Open PDF in seperate window

I have developed a solution where I have added a content editor webpart on a page and coded a js script to have the pdf files open in a new window. But now I want to copy the same solution to multiple ...
-2
votes
2answers
72 views

How does SharePoint work? [closed]

What will be the proper answer for this question: "How does SharePoint work?"
1
vote
2answers
48 views

Undefined responseXML on StartWorkflow

I was presented with a task to run a workflow via jQuery. I know that SPServices has this capability, but I have never tried it before being assigned this task. So I set out and found some good ...
1
vote
0answers
18 views

How can I manage an AD group through SharePoint?

I have a hosted SharePoint and Exchange environment and want to manage email distribution list memberships through SharePoint. Assuming I have some universal security group in AD which is mail-enabled ...
0
votes
0answers
17 views

SPTimer Jobs During Certain Time Frame

I have a request to run a timer job each hour from 12am-5am Monday-Saturday. Do I have that level of flexibility to define my timer job schedule within the FeatureActivated method in my C# timer ...
0
votes
1answer
27 views

Block Office application from connecting to certain Sharepoint 2010/2013 lists and libraries

I'd like to prevent Office applications from being able to connect to certain SharePoint 2010 Lists. For example, let's say I have a SharePoint list that I don't want users to be able to edit data in ...
1
vote
0answers
15 views

Choice between NTLM or Kerberos

For an SharePoint 2010 intranet application how to decide which authentication type Kerberos or NTLM is suitable ? In few cases Kerberos is mandatory but in NTLM is also suitable in few other cases. ...
1
vote
0answers
69 views

How to change the Product key for Sharepoint 2013

We would like to change our product Key from trial. Please advise. We cant re-install the sharepoint as it is our production environment. Is there any other solution ?
0
votes
1answer
81 views

Setting the System Masterpage in SharePoint Foundation 2013

I want to set the Masterpage for System pages (eg, /_layouts/15/Settings.aspx) on a SharePoint Foundation 2013 site to a masterpage that is different than the default masterpage being used by the ...
0
votes
1answer
36 views

Checked Out documents can't be found on local drives

I'm using Foundation 2010 and when I checkout various documents they won't save on my computer. I've tried to play around with the Office offline editing options and the Sharepoint Draft file location ...
0
votes
1answer
45 views

TEXT formula does not work in SharePoint 2010

I try to find difference between two date and time value in SharePoint 2010. I have two common column (date and time) and I use this formula =TEXT(Column2-Column1,"h:mm:ss") but it does not work? I ...
1
vote
1answer
26 views

Return TreeView from WCF Service in SP2010

How to return TreeView from WCF Service ? Its giving error when we set return type as TreeView
0
votes
1answer
37 views

Problem showing External List in a page

I have a external content type that is showed in section of lists (Insert in Ribbon). I want to add it to a page but when is added, It shows list of BDC Identity, and when I click on them, main data ...
0
votes
0answers
13 views

WorkShare Compare with SharePoint

I am using SharePoint Document Library to create documents from database and make changes. Can we use WorkShare Compare product instead of SharePoint?
1
vote
1answer
17 views

Seperate edit forms for different role user

I have created two edit forms editform1 and editform2 and now I want to open editform1 for the site owner user (Role) and want to open editform2 for site members (Role) let me know How can I do it?
1
vote
0answers
20 views

Link to share folder using link list not opening in Chrome

We use link list to create hyperlinks to share folders. I've never had a problem accessing them from Chrome, but with some browsers like Chrome and Mozilla it does nothing. I assume it is how these ...
0
votes
0answers
37 views

403 - Forbiddeden Exception while accessing SharePoint 2010 WebService

I am getting 403 - Forbidden Exception while accessing a SharePoint 2010 web service. However, the same user is able to access the same SharePoint site with the browser. The authentication used is ...
2
votes
1answer
35 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
0answers
37 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
43 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
1answer
17 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
16 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 ...
0
votes
4answers
74 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 ...
1
vote
1answer
40 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
31 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 ...
1
vote
2answers
56 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
0answers
25 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
1answer
23 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 ...
0
votes
0answers
23 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 2 3 4 5 27