3
votes
1answer
47 views

How to publish blog posts on behalf of another user in SharePoint 2010?

I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
1answer
15 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 ...
4
votes
1answer
66 views

Disabled ribbon buttons in the library view

We had a user who installed IE 10. This messed up the users access to SharePoint 2010 sites. Then we removed IE 10, but in IE 9 the user still has a couple of Ribbon buttons that she used to use in ...
0
votes
2answers
33 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 ...
1
vote
3answers
104 views

Where to expose the data within a web part via a web service

List data can be exposed via a web service but how can web parts be also exposed via a web service ? I think this question is similar to ...
0
votes
0answers
21 views

Deploying SSRS report from BIDS to SharePoint 2010

I am having an issue deploying a report from BIDS to a SharePoint Integrated Report Services Server. I have set up SSRS and everything is successful from the configuration wizard, I am using a Domain ...
0
votes
2answers
46 views

how to add list column values to workflow email?

I have a calendar list and I added several text box column values. I am using a customized workflow created in SharePoint Designer 2010 to send an email when there is a new event is added. I want to ...
0
votes
1answer
28 views

Wrong Start Time displayed in Workflow email

I am using a workflow email to alert the users about a new event. I am able to get the name of the event and end time of the event in email successfully using [%Current Item:Name of Event%] and ...
0
votes
1answer
12 views

SharePoint 2010: How to determine in what mode SQL Server Reporting Services is installed

SharePoint 2010 Standard farm. How can I determine in what mode the SQL Server Reporting Services is installed? When installing SQL Server Reporting Services (SSRS), you must choose the mode in ...
1
vote
3answers
277 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
0answers
126 views

SQL Server Reporting Services: The remote server returned an error: (500) Internal Server Error

I'm running a SharePoint 2010 Standard farm. I have 2 Web Front-end Servers, an application server running SSRS and 2 Database servers. SSRS is installed using the Microsoft SQL Server 2012 RS Add-In ...
0
votes
0answers
44 views

Hide SharePoint 2010 context menu [duplicate]

I am trying to hide the SharePoint 2010 context menu. I wrote the following code: $(document).ready(function(){ $('.ms-MenuUIPopupBody').live('blur', function() { ...
2
votes
1answer
52 views

WebClient and impersonate as other user

I created a web service hosted in SharePoint 2010 and I want to unit test its behaviour/results. Now when I try to run a test with a different user, I always get the results of the previous user and ...
0
votes
1answer
32 views

How to change the button text of MS Dialog Pop-up?

I have an event calender. When people add events to it, a workflow is started automatically. When they click add a pop-up appears. I want to change the button text from "Save" to "Request". How can it ...
0
votes
2answers
58 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 ...
0
votes
0answers
27 views

Sharepoint 2010 SPsite Class throws Exception- Console - Web App - WebService App(.asmx)

I am Searching for this Solution for PAST two Weeks, I have Created 3 Apps thats uses Microsoft Sharepoint 2010, in Server 2008 Rs X64Bit MAchine used the Sampe Piece of code in All Applicationswith ...
1
vote
3answers
220 views

Note Board Web Part stopped accepting new messages

Anyone else having issues with Note Board Web Part not accepting new posts after April 2013 CU? On existing pages with Note Board Web Part, posting new message gets stuck to "Waiting...". When ...
0
votes
1answer
137 views

Customize Top Navigation bar in sharepoint server 2010

I want to branding Top navigation bar with our custom CSS. in Top navigation bar html look like this : <div class="menu horizontal menu-horizontal"> <ul class="root static"> ...
0
votes
1answer
32 views

Search External Content type not returning all records

I have a sql view that returns 449 records. I have setup my external content type to point to this view and have implemented via SPD the read item and read list operations. I have created the ...
2
votes
0answers
30 views

How to change the text of “Add new event” in Calender web part?

I have tried all the methods suggested online. But none seems to work. I tried the following, <script> document.all("Add new document").innerHTML="Add ur new text"; </script> and ...
0
votes
1answer
27 views

A ranking field in SP2010

We have a list containing items classified by one field – “Category”. We have a “Ranking” field for users to rank list items in a category. We want the “Ranking” field to function like the column ...
0
votes
1answer
38 views

Deploying a SharePoint 2013 on a live environment

I am currently working on developing a SharePoint 2013 application on my development environment; but I have the following questions on how I will be deploying my work on the live environment or on ...
1
vote
1answer
27 views

HP Scanjet Enterprise 8500 fn1 fails when sending scanned document to sharepoint 2010

Please does any one knows why HP Scanjet Enterprise 8500 fn1 scanner fails when sending multiple scanned pages in pdf format like 25pages to SharePoint 2010 but when sending scan pages that is about ...
0
votes
0answers
14 views

Site Admin account updated within UserProfile database

On occasion we have found that when we have issues with the database during backup time that on the restore the Site Administration account gets created anew and the previous one is deleted. Within ...
0
votes
1answer
129 views

How to display only future events in Content Query Web Part?

I have content query web part for displaying the future events. But the web part is displaying the past events as well. For example, I had two events in March and 3 in April. It shows all five event. ...
0
votes
1answer
39 views

How to enable scrolling in Custom Query Web Part as well as library web parts?

I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for ...
0
votes
2answers
25 views

“Upload Multiple Files” link is not available for blog post. How to enable it?

I have blog where people can share their stories with pictures and documents. Sometimes they have to put 10 documents in a single blog posts. Right now, my upload file pop-up window for the blog post ...
2
votes
1answer
35 views

Is it possible to change the value of “Created By” in Comments list of a blog?

I have a SharePoint blog where few people can contribute but everyone can comment. But they want to comment as anonymous. So I created a new column in Comments list called "Post as anonymous" with a ...
0
votes
1answer
58 views

How to allow sharepoint users to comment on blogs as anonymous?

I have blog create for my staff in sharepoint. The staff are all users. But when they comment on some posts, they want to comment as anonymous. Is there a way for it without an external solutions?
1
vote
1answer
44 views

How to change order of the subsites in the dropdown?

I created a 5 subsites under a team site and enabled show subsites option. So We can the subsites in a dropdown. They are automatically arranged in alphabetical order. How can I change that order?
0
votes
1answer
26 views

Frequently Needed Business Rule About Security that SharePoint Does Not Provide OOTB

Suppose that i have two lists like this REGION_LIST [ RegionName(text), RegionResponsibles(multi-select peoplepicker) ] ISSUES_LIST [Some issue related columns, Region(lookup) ] Main requirement is ...
1
vote
0answers
21 views

SPWebConfigModification and the SPContentService collection

I have created a class that parses an xml file and then adds the appropriate modifications to the web.config in my SharePoint 2010 web applications. When a feature is activated the proper mods are ...
0
votes
1answer
64 views

Cannot change the site collection administrator - error?

I am trying to change the Site Collection administrator for a site collection, in Central Admin. under Site Collection Administrators. When I select a new user from the lookup I get the "Error. An ...
0
votes
1answer
19 views

How to enable menu tool bar in web par?

One of my web parts looks like the following But my other web parts doesn't have a tool bar like the one above. How can I enable that tool bar with New, Upload, Actions and Settings options?
0
votes
0answers
54 views

SharePoint 2010 to ShaePoint 2013 Upgrade

I have migrated content from a SharePoint 2010 environment and onto SharePoint 2013. The new environment is up and running with all the content of the old environment including all the branding. ...
2
votes
1answer
84 views

Deploying SharePoint 2010 wsps in SharePoint 2013

I have recently built a SharePoint 2013 farm and have migrated the content of a SharePoint 2010 environment mainly the ContentDB for the Intranet Web App into SharePoint 2013 via the database ...
0
votes
0answers
55 views

Why is forms-based authentication and groups

I have setup a SharePoint 2010 server with a web application using FBA and Ldap. I followed the steps outlined here: http://technet.microsoft.com/en-us/library/ee806890(v=office.14).aspx When I add ...
-1
votes
5answers
4k views

How to create a WSP solution package with visual studio 2012 for an existing SharePoint site?

I asked this question previously but didn't get a proper answer. (How to create the wsp package in visual studio 2010 with following features?) My manager told this to me: "As mentioned we don't ...
0
votes
1answer
144 views

SharePoint Error: File Not found and goes to Web parts maintenance page

I am getting the following error when I visit the sharepoint site or document library. I didn't change any settings or added new code or change the style sheet. It was working fine few mins ago and ...
0
votes
2answers
88 views

How to change the From address in Feedback workflow email?

I am having a workflow for a document library. Whenever the workflow starts, it sends an emails with From: Documents. I want to change it to the current user. How is it possible?
0
votes
0answers
57 views

How to create a WSP package for a SharePoint 2010 site? [duplicate]

I previously asked this Question: How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?. But didn't get a proper answer. I am developing a SharePoint 2010 website. ...
0
votes
1answer
145 views

How to display the tasks of the current user only in SharePoint 2010?

I have Tasks list in my SharePoint website and each task is assigned to a person based on a workflow. I want the tasks to be visible to the users only if they have been added to the workflow.
0
votes
0answers
10 views

Limiting Report Subscription Options

We are using SharePoint Enterprise 2010 to provide reporting functionality for our sales team, using SSRS RDL files. The report's themselves work just fine, but we are going to train our sales team ...
1
vote
1answer
128 views

How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?

I am having a site with publishing feature enabled. So "Save site as a template" feature is not available for me. Since I don't have control over the SP server farm, I am not sure about how I can ...
0
votes
2answers
35 views

How to keep track of the content in the word document edited and changed by people in the team (apart from versioning)?

Apart from SharePoint versioning, how can we keep track of the content edited by the team members? Will the editors name available in the review (audit) section as a comment? Or how can we display who ...
1
vote
0answers
97 views

SharePoint 2010 SEO meta description

When I try to amend my page layouts to accept a new SEO meta description site column (as per this post, for example: ...
6
votes
3answers
231 views

“SharePoint is not a database!” article of 2009 - does it still apply for SP 2010 and 2013?

I'm talking about this blog post by Chris Woodill. He mentions the following advantages of modeling data via SQL programming instead of SharePoint's lists: Primary And foreign keys: one of the most ...
2
votes
2answers
200 views

Powershell Enumerate through all site collections but not include one specific site collection

I am partially not even sure how to Google this question because whatever I type never seems to bring back any relevant search results. I currently have a working script that is set to go through and ...
3
votes
2answers
83 views

how to have a list like this

i would like a list that has one more column with a hyper link "details" inside of it. when i click that link for each list item, it should take me to a new item view. if this is the first visit then ...
0
votes
0answers
37 views

Search returns list(allitems.aspx) not listitems

I have a search configured to search my site, on that site I have a bloglist. When searching for posts in blog - search returns the entire list, not the individual items in that list. I havent a clue ...

1 2 3 4