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)

0
votes
0answers
2 views

How to bind the sharepoint list 2010 values in the Html dropdownlist using Javascript/ECMAscript?

I have created one Custom List in sharepoint 2010. AS mentioned below. LIST A Title TeamName A cc b ddd c eee I have created html table in the ...
0
votes
0answers
4 views

Override list behaviors permission not working the way it should

I don't get it why Permission: Override List Behaviors - Discard or check in a document which is checked out to another user, and change or override settings which allow users to read/edit ...
0
votes
0answers
7 views

WCF project location in SharePoint 2010 project

What is difference among these 3 if we place our custom WCF service (myService.svc) in ISAPI folder (directly) an user defined folder e.g. MyService under ISAPI folder What are the differences? ...
0
votes
1answer
21 views

Styling the admin bar in SharePoint 2010

I know most of you would not style the admin bar, but I am going for a consistent look and feel and the issue is, I cannot find the classes responsible for creating: The green tabbed section. I ...
0
votes
1answer
19 views

How to assign the drop down value based on the Text value of another column in sharepoint 2010?

I have created a custom list in sharepoint 2010 which contains two columns. One column is single line of text. Second column is dropdown which contains 4 values (q1, q2, q3, q4). If the text of ...
0
votes
1answer
15 views

Design pattern Microsoft recommends for custom developement

Which design pattern Microsoft recommends for custom development? I know these 3: Model-View-Presenter Pattern Service Locator pattern Model-View-ViewModel Pattern
0
votes
0answers
6 views

Cross farm / federated service application usage in SharePoint 2010

I know user profile service application is used in many company for cross farm / federated service application. What other default service applications are also widely used in cross farm scenario?
0
votes
1answer
11 views

SharePoint Search PHP Intranet Site

I have an intranet site (non-SharePoint) that is located at a site like http://www.oldportal.example.com. The site is hosted on an Apache server and is only accessible on the network. The site uses ...
0
votes
0answers
11 views

custom property for terms in taxonomy

How can we use custom property for a term in taxonomy planning so that if and only if a term is approved user can tag by that term otherwise not. Unless the term is approved it will not show up in the ...
0
votes
2answers
41 views

JQuery on SharePoint 2010

What are the business case scenario when JQuery controls are used in CSOM programming in SharePoint 2010? I mean what are business case scenario when JQuery frequently used in SharePoint 2010? Which ...
1
vote
1answer
21 views

Folksonomy - when to use

When an organization is already having good taxonomy in place why people use Folksonomy instead? What is actual need Folksonomy or social tags?
0
votes
1answer
9 views

Taxonomy planning - SharePoint 2010

Can any one share a link for short but very useful material on Taxonomy planning? It should not be from msdn but any other source. short but very useful.
0
votes
0answers
19 views

Put a break in javascript function

Hi I have 10 sharepoint lists.structure,column name,data type all are same. I need to check whether a particular item is found in any list then do some action using ecmascript. var ...
0
votes
1answer
22 views

Developing a custom NewForm

I have created a custom layout in _layours/PhoneBook/createform.aspx and then wrote the following code to run upon activation: private void newAddFormForMembers(SPWeb web) { SPList ...
0
votes
0answers
8 views

Custom Menu Issues.

I customized Sharepoint Foundation 2013 with my own header and and menus. When I go to Site Contents > Your Apps and then select one from there, it comes up with a "Lightbox" window with the info ...
2
votes
2answers
28 views

Connect SAP data from SharePoint 2010

If we want to create a custom connector to connect SAP data from SharePoint 2010 ... how to do that? what steps are involved?
0
votes
1answer
16 views

Manage Metadata service extension to a different farm

How to extend Manage Metadata service to a different farm? what are the correct steps involved?
0
votes
2answers
21 views

designing large doc lib application

What are the major issues we should consider while designing very large size document library even large list. I understand threshold factors, but what steps to follow while doing design? it should ...
0
votes
1answer
18 views

applying filter on list view

Say a list is having user name as a column. Now the list is having total 100 records. The list is having 4 records for user1. Now when user1 logged-in he should see only 4 records in that list, not ...
0
votes
0answers
9 views

Multiple Tasks as part of custom List Workflow - Sharepoint 2013

I have a custom list (Employees) and a task list (Applications) The Employees list has a field that takes in multiple selections from the Applications list. The Applications list has different tasks ...
0
votes
0answers
10 views

How to use OOB filter in people picker in view

I have one people picker in which user comes from 1sharepoint group. It can have multiple people. Now how can I use OOB filter of SharePoint View to display particular data on dashboard of that ...
0
votes
0answers
7 views

Multichoice boxes in SharePoint (SPFieldType)

I have the following code: SPList targetList = spWeb.Lists["Certification"]; list.Fields.AddLookup("MemberCertifications", targetList.ID, false); ...
0
votes
1answer
18 views

Creating multiple farm from single farm

e.g. an arbitrary company having office in different location like USA, UK & Singapore. At present all employees are in single AD. All SharePoint applications are in a single Farm. What should be ...
0
votes
1answer
14 views

number of web application we should have in a medium size topology

what will correct answer of this question? "How many web application we should have in a medium size topology in SharePoint 2010 farm?" I understand the capacity planning recommendation. But the ...
0
votes
0answers
18 views

Searching in entire SharePoint site using REST API URI

I am making a WPF application in which I require to retrieve the search results from the SharePoint site. The search should display results from the entire site including the subsites for that item. ...
0
votes
2answers
34 views

SharePoint modal dialog, inner styling

I have designed my custom master page. Now, that master page also apply in SharePoint modal dialogs. I want to change certain css for that popup only. Is their any way I can do that? I have triedt o ...
0
votes
1answer
15 views

SP 2010 Custom Workflow - WinWF Internal Error, Terminating Workflow only when DelayActivity is used

I have a custom workflow that I must start off with a delayActivity because the list activating the process has an event receiver that updates a column that I need prior to the workflow initializing. ...
0
votes
1answer
16 views

Linking Lists in SharePoint 2010 programatically

How would I link two lists so that one pulls in a set of data from another and populates a dropdown list in the first list for you to select from. Example: List A contains a drop down called fruit. ...
0
votes
0answers
17 views

Strange error after feature activation

When ever I try to activate a feature I get: [SPUserCodeSolutionProxiedException: That assembly does not allow partially trusted callers.] I am not sure what this means, but what I do know is that ...
0
votes
1answer
24 views

Splitting large size content database

One site collection has large size content database Want to split large size content database into smaller pieces to make each lower than 80 GB. I saw on reply which seems to be realistic. any other ...
0
votes
0answers
5 views

Silverlight - Unexepcted error and Security Validation

On my environment if Security Validation is Off, then silverlight on sharepoint would not work. However, although online I have found many others with my same problem, everyone suggests to turn ...
1
vote
2answers
22 views

New to Developing SharePoint Web Parts and Features

I recently Developed a really simple web part scoped to site (or at least it's feature is). I also created a feature that up[on activation is suppose to create a new content type. That's fine and ...
0
votes
0answers
17 views

SSP & MySite from MOSS 2007 migration to SharePoint 2010

Want your help in planning SSP & MySite 2007 migration to 2010. I want to know from your real life experience what precaution and planning we should keep in mind & how should we do planning ...
0
votes
1answer
18 views

Error caused after adding XSLT list web part to page with Document Library web part

I am trying to apply a xslt list view from one site to a bunch of other sites. This is a filtered calendar web part in list style not calendar view, so I cant use an overlay. I am adding the web part ...
0
votes
0answers
14 views

WCF hosting issue - SharePoint 2010

Earlier question was wrong. Not editing as people have already replied to wrong question. Basically it is a comparison. Correct one is: Want to create a WCF service to access LOB data. What are ...
0
votes
1answer
17 views

hosting WCF service in SP2010

Want to create a WCF service to access LOB data. What are advantages & disadvantages of hosting WCF service within SharePoint? hosting WCF service within SharePoint? pl guide..
0
votes
0answers
17 views

Requirement of custom service application in SharePoint 2010

SharePoint already has many service applications. what are the business case scenarios (with example) where custom service applications are created (as it is essential)? pl guide.
0
votes
0answers
17 views

SharePoint Foundation - Online Access, how to?

I study SharePoint and i need your expertise. What i got right now: AD DC, fully configured. SP Foundation. Users(AD). Oracle VM. And my site is running perfectly. My question is: I can only access ...
0
votes
0answers
21 views

BDC model to connect oracle data in SharePoint 2010

Need to connect to oracle through BDC model - we can do this by either BDC model created through Visual studio or through BCS Meta man? performance wise which one will be better? BDC model created ...
0
votes
0answers
25 views

SharePoint 2010 - content-type with large lookup columns

We have to design a content-type with 20 lookup columns. Again lookup columns are dependent on "Managed Metadata" & "User profile" service etc. Is it a good idea to design such CT? If not, then ...
2
votes
0answers
21 views

need help in setting up wac using https

I've got my SharePoint Foundation 2013 to work with WAC ... Test-Environment via http works fine. Switching to https fails due to problems with my ssl-cert !? I've disabled the wac-server via ...
0
votes
0answers
15 views

Sharepoint foundation 2010 windows authentication with active directory

I have been searching for 2-3 days to get the idea on how I can connect to Active Directory setup on other server from my SharePoint Foundation 2010 server. This is something very urgent .. it had ...
0
votes
0answers
10 views

how to create new webapplication in sharepoint-2013 using Mangement power shell

I have installed the SharePoint foundation 2013 and Sql Server 2012. I have created the Managed account using Management Power Shell using follow commands: $appPoolUserName = "\" $appPoolCred = ...
0
votes
0answers
16 views

Configure multiple active directories with SharePoint 2010

I am not much expert in this so I would like to know below things. I have SharePoint foundation installed in m How we can configure Active Directory for SharePoint server? How to use multiple active ...
0
votes
1answer
32 views

Can I use Microsoft SharePoint 2013 to be my ASP.NET application portal?

I'm not an expert in SharePoint but what I know that SharePoint 2013 Foundation Edition is free, and I'm developing ASP.NET applcation which will have a portal. I'm wondering Can I user SharePoint ...
1
vote
1answer
9 views

automate reporting, create a separate report for every instance in a report via the schedule manager

is it possible to create a separate report for every instance in a report via the schedule manager in sharepoint? If not what other way is there? Thanks for your help
2
votes
3answers
55 views

SPSecurity.RunWithElevatedPrivileges

When a piece of code runs inside of SPSecurity.RunWithElevatedPrivileges basically it gets application pool identity. But which privilege it really gets? site-collection administrator or farm ...
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 ...

1 2 3 4 5 27