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
1answer
90 views

Is it safe to remove SharePoint\system SPUser from a custom sharepoint user group?

is it safe to remove SPUser "SharePoint\system" from a custom SharePoint user group? <User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" ...
1
vote
2answers
77 views

Users cannot view page, permission issue?

I have setup a test user account and added them to a group with read permissions. Now I'm new to sharepoint, keep this in mind. I am trying to view a page I created with the Admin account, and it ...
0
votes
0answers
25 views

Bulk-Edit in external lists (Sharepoint 2010)

I try to provide bulk editing for external lists. I heard that the datasheet view is a convenient tool, but it is not enabled for external lists. Is there any way to get an easy, user-friendly bulk ...
5
votes
1answer
123 views

Lync status bullet in UpdatePanel

I'm creating a webpart that shows the employees birthdays. It's a simple web part that when the page is loaded lists all birthdays for the current week (data comes from a SPList). My webpart then ...
0
votes
2answers
49 views

Stock Ticker when User cannot access internet

I have seen a similiar project, but I want to know if a better way to accomplish this. I am working with a SharePoint Foundation environment. Enterprise would like to have a stock ticker of ...
1
vote
1answer
487 views

Fab 40 Templates on SharePoint 2013 Foundation

Has anyone been successful in using any of the Fab 40 templates in a SharePoint 2013 Foundation environment?
0
votes
0answers
35 views

Sharepoint integration with client application (WPF)

We have a wpf appilcation which will be integrated in sharepoint 2010. it means, my application file type (let say .abc/.xyz) should be associated, for that I will create new library in sharepoint ...
0
votes
1answer
29 views

How to backup specific ListItems to database?

We are running a ticketsystem on Sharepoint 2010 which got alarmingly large over the last few months. The ListView Threshhold currently sits at 15k for this WebApplication. I am currently looking for ...
0
votes
0answers
38 views

sharepoint foundation 2010 ie7/8 issues

i've a sbs 2011 installation with sharepoint foundation 2010. I used the standards (no custom themes etc.). my problem: on win7 with ie9 or 10 the site shows without problems but when i open the sites ...
0
votes
1answer
42 views

SharePoint 2010 Upgrade Status

I recently installed the CU for Feb 2013 and ran the PSConfig GUI. This generated a Upgrade Session that listed Warnings and Errors etc (I have some missing web parts etc). Once I have fixed the ...
0
votes
0answers
40 views

How do I fix Missing Web Parts in SharePoint 2010 Foundation

I have 4 missing web parts and the Pages they lived on are gone too. I have no idea what the Web Part names were at all. When I run the following SQL against the Content database in question I get the ...
1
vote
1answer
192 views

XSL Style Sheets itemstyle.xsl

I have dynamic image slide show in website sp2010 . the first picture is hyperlink to other website. I found for image in itemstyle.xsl Can I remove (hyperlink for image ) from itemstyle.xsl from ...
0
votes
2answers
536 views

OOB Search core result webpart

This might be very simple, but since I am new to Sharepoint, I could not find enough information that helped me to understand how to implement OOB Search core result webpart. What I understand is, ...
0
votes
1answer
80 views

Best/Simplest Way to Implement Custom Button on List/Library?

I've removed most of the default elements with the following: <style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, ...
0
votes
1answer
133 views

Created list instance and content type on sharepoint production, how to import to solution and create definition?

I created simple list and content type on production server. Now I would like to import that list and content type to visual server. Visual Studio solution should contains: list definition, list ...
0
votes
1answer
32 views

Deleted Team Site Owners - group now can't recreate - name in use

I accidentally deleted the group Team Site Owners from my site 'Technology'. Now I want to recreate it with the same name, so it fits with the names of all the other default groups in all the other ...
0
votes
0answers
42 views

suffix and infix searches in SharePoint 2010 using keywordquery search

Is there a way to perform suffix or infix search in SharePoint 2010 using KeywordQuery search? I want to search my site using scopes. I am using Property Restrictions and wildcards but i cannot ...
0
votes
0answers
87 views

Subsite breadcrumbs disappear when changing the top link bar inheritance

This is a Sharepoint 2010 Foundation Install. In my master page I have this in the PlaceHolderSiteName: <asp:SiteMapPath runat="server" ...
1
vote
2answers
50 views

Custom list definitions throws an error on activating

Hi I try to create a custom list definition within visual studio to create based on the listdefinition my own listinstance. The definition looks like this: <?xml version="1.0" ...
1
vote
0answers
50 views

COM BCS model programmatic creation methods

Following the source code found here: http://code.msdn.microsoft.com/office/Creating-SharePoint-2010-ad694d17 I've managed to create the Create, Update and Delete method, but only the Delete ...
0
votes
1answer
44 views

Does Sharepoint 2010 search webpart support danish character?

I am using search webpart (SP 2010). This webpart displayes title and other information. My title contains some danish character, but when I enter Ø or Å i get ? .
2
votes
1answer
53 views

Migration of site

I have a sharepoint 2007 site which I want to migrate to sharepoint 2013 can someone provide a resource, any URL for Tutorial. Let me know, if Its possible to migrate a site to 2013 from sharepoint ...
1
vote
1answer
146 views

How can I distinguish between internal users & external users when licensing SharePoint 2013?

In the new license definition in SharePoint 2013, it is mentioned that there are no more license prices for external users or when building external facing website or portal. But still I cannot ...
0
votes
0answers
75 views

How to automatically collapse/expand treenodes in TreeView, based on current page

So, I have a TreeView in my SharePoint masterpage which has quite a lot of treenodes. Some of these link to subsites (also containing the TreeView in their masterpage). Since it was starting to get ...
1
vote
1answer
68 views

How to add a textbox in Assetportalbowser.aspx

I have a web part, when clicked opens the assertportalbrowser. so how to add a textbox just above the "OK" and "Cancel" button in assetportalbrowser. Note: Default behaviour of assetportalbrowser ...
1
vote
0answers
67 views

Problem with List New Form and Edit Form modal dialog configuration

I created a List Definitions,with two content Type and custom NewForm. Now I want to disable modal window only for Display Form. The property NavigateForFormsPages="TRUE" disable all modal dialogs ...
0
votes
1answer
84 views

How can I create web application, site collection, and sites automatically with batch file and power shell

Is there any way that I can create a web application, site collection and sites using poweshell and batch file automatically? So, User has to click on executable batch file which will create the web ...
0
votes
0answers
36 views

Customised masterpage not honoured by iOS on iPad

I created a totally blank white masterpage by cloning v4.master and adding style="display:none" to hide all the SharePoint screen elements I wanted to hide. I then set my particular web page to use ...
0
votes
1answer
52 views

CSS markup is missing after I change theme of subsite

I was just making a new subsite, and the very first thing I usually do is set the theme to match that of the parent. In my case this is a custom theme named CustomTheme. I selected it and applied it ...
0
votes
1answer
53 views

SharePoint altering my HTML and CSS

A pretty rudimentary question this time... When I edit a SharePoint page and add HTML or CSS either directly, or in a Content Editor web part, why does SharePoint often seem to change the resulting ...
2
votes
1answer
72 views

Limitations of the wss_logging database?

I select some data for statistic from the wss_logging database. (How often will each site called in the month) No i realized that the stored data in the table (view) dbo.RequestUsage are only from ...
0
votes
0answers
89 views

Error in Custom workflow Activity in Sharepoint Designer 2010

I have create one Solution. on that time solution name was 'CrossSubsSiteAction'. deployed it successfully working my Custom Workflow Action from this articale : ...
0
votes
0answers
51 views

Sharepoint Form Webpart with Hyperlinks and CSS

I have a list called Articles with columns Author, Title, Content, ExpireDate etc. I need to design a webpage which show different views (As hyperlinks) on the left side (By Author, By Title, By ...
0
votes
3answers
160 views

SharePoint 2013 Tutorials

I am new to SharePoint 2013 and I have been trying to find "step-by-step" tutorials on how to create sub sites programmatically and other ways of using SharePoint in programmatic manner? Thanks
0
votes
0answers
19 views

AccountManagement Namespace problem with RODC

I am creating a webpart in which I am writing a code to change active directory password of the current context user but I am getting this error: Password couldn't be changed due to restrictions: ...
0
votes
0answers
69 views

custom reusable feature to create and deploy login page for FBA site using page layout

i want to create a feature which will deploy globally in a web farm and will create a custom login page layout template. any SharePoint applications running in that farm should be able to create a ...
3
votes
1answer
143 views

Is it possible to prevent SharePoint 2010 from creating a folder structure when users upload files?

I have a wiki library with pages and a document library which I've configured to be an assets library. How do I prevent sharepoint from creating a directory structure for file uploads? The wiki pages ...
0
votes
1answer
137 views

Override default.aspx in Sharepoint Foundation by Feature

I want to develop a feature(-event receiver) to override default.aspx. I want to use a webpart-page instead and add some webparts. I don't know how to override it. I know how to build a new ...
0
votes
1answer
25 views

How can I force a metadata field to be treated as a hyperlink?

We're using SP Foundation, and it should be assumed that we have no functionality apart from what comes OOTB. We have a form we're creating that's basically a document index. One of the columns is a ...
1
vote
3answers
180 views

Sharepoint beginner

I'm a Sharepoint beginner, just getting into it. Please suggest me some best way to learn sharepoint and best books available in the market. We are using SharePoint 2013.
0
votes
1answer
148 views

Client Object Model to SharePoint Links List

I want to get URLs from SharePoint Links list using client object model javascript, can someone help me, I tried the following script but when I am alerting its result it shows me the URL value as ...
1
vote
0answers
69 views

Change month in SharePoint MonthlyCalendarView control

How to change month in SharePoint MonthlyCalendarView Control? It seems, there is no way to change month in calendar or change view of calendar.
1
vote
0answers
47 views

SPListItem.Update Not working

So I have this really simple function which updates a couple of fields on two different lists (one is a document library) The thing is on the document library does not updates any of the fields I need ...
0
votes
1answer
51 views

Limiting the length of the announcement body using a custom webpart

I am creating a custom webpart to display the content of an announcement list similar to that of the Summary View of List View webpart. However I am not able to limit the character length of ...
0
votes
2answers
29 views

Users not assigned for a task in “Collect User Data” action in SP2010 can complete the assignee's task

This has been bugging me for weeks wherein the task assigned to a specific user which was issued by a workflow through the action "Collect User Data from a user" in SPD2010 can just be completed by ...
0
votes
1answer
35 views

I keep getting “Revert to template” whenever I set a custom masterpage for one particular page

I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
1
vote
1answer
40 views

Where can I find information about SharePoint Foundation 2010 Search?

Lectori Salutem, I am looking for detailed information about SharePoint Foundation 2010 Search. A simple Google or Bing search does not provide me with sufficient / reliable information. Can anyone ...
1
vote
0answers
65 views

Filter Calendar view by Title in SharePoint 2010

i want to filter calendar view using title field. Is it possible to filter calendar view without make changes in modify view ?
0
votes
3answers
250 views

Value does not fall within the expected range

SPWeb web = SPContext.Current.Web; SPSiteDataQuery query = new SPSiteDataQuery(); query.Lists = "<Lists>" + "<List ID=\"" + ...
2
votes
1answer
76 views

Anonymous access issue in SharePoint 2010

I set an anonymous access to home page in sharepoint 2010. but when i open page like 'http://servername/Sitepages/homepage.aspx' , i working but when i open http://servername/ , its not ...

1 3 4 5 6 7 26