All commercial releases of SharePoint. Excludes free license versions of SharePoint.

learn more… | top users | synonyms

0
votes
1answer
14 views

Value of currency type colum is wrongly displayed in workflow email

In my list, I have a column called "Cost" which is a currency type column. When a user creates a new item in the list, I send a workflow email. In that email, I use [%Current Item:Cost%] to pull up ...
0
votes
2answers
29 views

How to hide “Save” button on the MS Dialogue (pop-up) Ribbon?

I want to hide the "Save" button in the pop-up window which appears when we add new item. I tried using javascript getElementById to hide in NewForm.aspx page but it didn't work. Update: I ...
2
votes
1answer
25 views

Rich Text Control on a Layouts Page

I want to create and deploy a layouts page in a SharePoint 2013 environment. It is basically a form where you can store values. Is it possible to use the Rich Text Control which is utilizing the ...
0
votes
0answers
21 views

instalation media for sql server 2008 r2 to be used with sharepoint 2013

I want to install an SQL server r2 2008 from and ISO imagE to my VM windows server 2008. but when i try to create a new NON-CLUSTERED SQL server i was asked to specify the installation media for SQL ...
2
votes
1answer
30 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#? ...
0
votes
1answer
15 views

Customize user permissions [SharePoint 2010]

I am customizing the user permission levels in SharePoint 2010. I would like to create a group of people that could upload, edit or delete documents but not create/amend new site pages. I unchecked ...
3
votes
2answers
58 views

SharePoint 2010 - choice of deploying dll to GAC or web application

In case of sharepoint 2010 is it really better to avoid deploying DLLs to the GAC (this has risks because of security override), instead deploying it to the web application IIS bin directory and use ...
0
votes
1answer
484 views

Root Site collection is missing on restoration of SharePoint Backup File

3 to 4 document library's got accidently deleted. I restored the content DB however, after restoration I encountered the following issue: Root site collection ("/") not available on the restoration. ...
2
votes
1answer
20 views

SharePoint 2007 merge nested document library items

is it possible to collect (i.e. merge, consolidate, de-normalize, etc.) items from multiple nested document libraries on a site? My manager wants to flatten our MOSS 07 site's current nested ...
0
votes
0answers
22 views

How to only import specific ListItems in SPGridView

I can print all list items in the list in the SPGridView: SPList list = witryna.Lists["Szczegoly"]; SPListItemCollection items = list.Items; gvListItems.DataSource = ...
0
votes
1answer
28 views

what we shall use in sharepoint now Ajax or jQuery

I need to add message boxes and other components every now and then. I can use jquery plugin or ajax so I was wondering which one is the best to use in this type of scenario. I see in Sharepoint ...
0
votes
1answer
26 views

Syncing Exchange calendar with SharePoint calendar

I have a meeting calendar in Exchange which some users use in their Outlook. I want to sync this calendar in Sharepoint (which again can be used by multiple users) so that any change made in ...
0
votes
0answers
10 views

Document Template Error

When I want to create a document using my custom content type, I get this error. How can I resolve this problem?
0
votes
1answer
349 views

Creating Group Programmatically with Reader Role

I am working with SharePoint 2010. I am creating groups in my site through code. There is no issue in that. At the time of creation I provide "Reader" role for my groups. But when I browse the listing ...
1
vote
1answer
863 views

Need to collect info from Approver during approval workflow step

Within a custom workflow in SP2010, I have an approval step. When an approver brings up their screen to approve or reject, If they select "approve", I need to be able to collect another piece of ...
1
vote
1answer
26 views

Sharepoint 2013 List/Form with Repeating and Non Repeating sections

Can someone point me to how to go about creating a sharepoint list form with a repeating and non repeating section? For example, a form that basically submits a team's information to a sharepoint ...
2
votes
2answers
35 views

Copying SharePoint 2010 farm to a different server

I am creating a replica server of my current SharePoint 2010 production server. The production SP is integrated with Project and TFS. Here is what I have done so far: Installed SQL 2008, ...
1
vote
3answers
81 views

How many root site collections we can create

I have a simple question just to remove my confusion. In one web application, can we create multiple root site collections ? I have 3 different custom web templates, and for each template, I want to ...
2
votes
0answers
23 views

How to create a search scope for content type in a sub site?

I have parent site i.e sharepoint.microsoft.com & a sub site sharepoint.microsoft.com/child/ Now a content type named "Problem" in created in sub site. I would like to add this content type in ...
0
votes
0answers
12 views

Microsoft.Interop.office.word Error This website requires you to log in

When trying to generate to word I get the following error: The website declined to show this webpage HTTP 403 Most likely causes: •This website requires you to log in. What you can ...
0
votes
3answers
665 views

Can I limit MySite profile picture file size submitted?

We are trying to have SharePoint limit the size of the profile picture that can be submitted (to about less than 1MB). This is for the MySite profile picture only. Can this be done? Either via: 1. ...
0
votes
2answers
327 views

Call Javascript function for Custom Action in App for SharePoint 2013

I am working on App for sharepoint 2013. I want to add custom action to a context menu of a document library.And I want to call a javascript function with selected item id and list id as ...
0
votes
1answer
21 views

why do my 2010 sharepoint sites not show up in Explorer?

I am running Windows 7 and Sharepoint 2010. I followed the directions to Sync Office with my sharepoint 2010 library so that when using Open or Save from Office app i see the Sharepoint libraries ...
0
votes
1answer
455 views

Change content type for a file in a document library by using powrshell

I just used follwing script to change content type files in a document library but it seems that it works only on old files. the files must be created some time before you run the script. It is even ...
0
votes
1answer
13 views

using GetSubwebsForCurrentUser

I am trying to adapt the example on MSDN Enumerate Sites to only display sites the user has access to. Given the example below, would this be the proper way? string webUrl = ...
0
votes
1answer
19 views

Custom Application or Web Parts? No idea how to do either

In my team, I've been tasked into automating some of the things we do. I have been playing around with Sharepoint (I don't have full overall Sharepoint-admin privileges though, although I do own the ...
0
votes
1answer
26 views

How to utilize sharepoint 2010 pdf searching programatically?

I am making a SharePoint 2010 web part that basically manages a document library of PDF documents. One component that I am working on is searching through PDF documents. I tried a custom PDF dll ...
0
votes
2answers
61 views

Redirecting to a new web page after adding a new item in the list

After clicking "Save" button in the pop-up (for adding a list item), I want to redirect to a page to show them a message "Success" or at least an alert window called "Success"? How can it be ...
0
votes
1answer
31 views

Need help with getting List Item counts

I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information. Columns *Project Name *Development(Phase1) ...
0
votes
2answers
53 views

Hide Columns in Document Information Panel, but show in properties panel

I am trying to hide some columns from view in the DIP, but allow users to change them in the properties panel for the document. I am trying to associate 3 base content types for attaching different ...
1
vote
1answer
345 views

How to give a visitor user, contribute access in a document library folder

I am facing problem in giving a visitor user permission as "Contribute" on a perticular folder inside a document library. In my scenario the user is added in the top site collection inside visitor ...
2
votes
1answer
976 views

Error occurred in deployment step 'Install app for SharePoint': The System Account cannot perform this action

we have installed share point server 2013 in windows server 2008 machine. For development environment we have visual studio 2012 on windows 7 machine and installed office development tools to develop ...
1
vote
1answer
28 views

Navigation back from the Search Center in SharePoint 2010

We have a dilemma with our implementation of Search Center. I am sure I am not alone with this. Basically, in some site 3 levels deep on one web app the search redirects them to the search center at a ...
0
votes
0answers
14 views

SP2013 SSRS, Tabular and OLAP Install

I've been reading the install guides for analysis services for sharepoint 2013, but I do not see any mention of the different types of analysis services installs. Do I just repeat the install process ...
1
vote
1answer
40 views

Term store Vs Categories

On this link http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html, they define a managed term store hierarchy , then users can add categories when adding new wiki articles ...
0
votes
0answers
30 views

Visio webpart, single mouse click don't work

I have created a Visio web part (vdw), but when I try to click on one of my figure(referes to a URL) after I have imported the visio into SharePoint it doesn't respond. The strange thing is when I ...
1
vote
1answer
275 views

Expand recurrence and CalendarDate:Event EndDate not autocalculated for recurring events

I have done the following code to save a recurring entry to Calendar List named Bookings. SPSite site = new SPSite(SPContext.Current.Web.Url); using (SPWeb web = site.OpenWeb()) { ...
1
vote
2answers
1k views

sharepoint stopped working after AD password change

I have sharepoint 2010 installed on my local box for evaluation pourpouses. I had it all working fine until a few days ago when I had to change my AD password. Now, the central administration website ...
1
vote
3answers
219 views

sharepoint 2010 context menu event handler

i want to hide sharepoint 2010 list/library context menu based on users. i am using below javascript $(document).ready(function(){ $('.ms-MenuUIPopupBody').live('blur', function() { ...
0
votes
2answers
1k views

[UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported

When the upgrade of 2007 to 2010 took place i started to get errors for my webparts on my website as mentioned below: Error[1] Web Part Error: A Web Part or Web Form Control on this Page cannot be ...
0
votes
0answers
25 views

How to add a column in list with the its workflow task column “Outcome” of a list item?

I have a calendar list and I am using an approval workflow. When the user creates a list item it goes to a team leader for approval. So the "Outcome" column of the workflow task list is set to the ...
0
votes
1answer
24 views

cannot open microsoft.office.interop.word document

i am trying to open a word document but i dont work i can only save the document not open what could be the problem? I get this following Error when trying to Open: I am running SharePoint do i ...
0
votes
0answers
24 views

LDAP/AD Claims Provider Sharepoint 2013

I am attempting to set up LDAP/AD Claims Provider For SharePoint 2013, http://ldapcp.codeplex.com/ I have installed it, tested the connection and its working, however I need to associate it with a ...
1
vote
1answer
41 views

HTTP Error 503. The service is unavailable

When i go to central administration i get this error Service Unavailable HTTP Error 503. The service is unavailable. but my site are working that i have created
3
votes
1answer
42 views

Get Site Template ECMAScript

I have an ECMA script that I'm using to build a site directory (Thank you Bill Simser). I'm trying to add additional information such as the template the site is using, and not having much luck ...
1
vote
3answers
341 views

How can I change Document library permissions for all site collections using powershell?

Total Powershell newbie here, but I have managed to write a couple scripts so far that have been working. We are using 2010 Enterprise edition, and I have been tasked with creating a script that will ...
3
votes
1answer
44 views

Changing enterprise keywords column title programatically

I'm trying to rename an enterprise keywords column in a specific list of a subsite. In a Feature Activated event receiver i tried to set the column's display name by setting its title using the ...
0
votes
1answer
41 views

Documents Not Prompting to Check Out and Not Saving

I am getting strange behavior on some of my users machines when they attempt to edit an Excel workbook from SharePoint. When the user clicks on the document link it opens the workbook in Excel and ...
0
votes
1answer
51 views

SSRS Parameters passed through URL not refreshed on Web Part Page

My working environment is SSRS 2008 and SharePoint 2010.I have a report with parameters running in SP 2010. I call my report page in SP 2010 from a page with all the parameters in query string. On the ...
0
votes
2answers
19 views

Cannot upload files larger than 30mb on SP 2007

I am trying to upload files, larger than 30Mb but for some reason SP does not finish these uploads. I uploaded a 27.6 MB file with no problem. I have googled already quite a bit and updated the config ...

1 2 3 4 5 35