1
vote
1answer
36 views

Design decision (Site collection Vs Subsites) to take when creating new SharePoint web application

Basically I want to build a knowledge based library for our company. The general requirements are as follow:- Each department need to store their documents and procedures as Wikis inside SharePoint. ...
1
vote
2answers
27 views

How to collate/merge two different lists, with the same colums into one list

I have got two different lists. One is live updated by many users. The second list has the same fields and works as the master. I want to every day, at 6:00 o'clock a.m, merge List one with list two. ...
1
vote
0answers
14 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
17 views

SharePoint Word Document template uses old Server Fields

I have a new SP2013 Foundation site. I am making a Design document library. I don't want to import the old site Library because it's a mess but I am trying to re-use my old 2010 document template to ...
1
vote
0answers
24 views

SharePoint server 2013 is running too slowly on VM workstation

I have the following specification for my development environment; Host Machine:- Windows 7 professional. Core i7 (8 processes). VM workstation. 32 GB RAM. 700 GB hard disk. On the VM:- Windows ...
0
votes
0answers
9 views

OOB features of organizational structure

I want to show organizational structure/hierarchy on my SharePoint site. I want to know how much can it be customized using OOB features? For e.g. one of the functionality I am looking for is ...
1
vote
0answers
27 views

A duplicate field name “GUID” found when adding custom content type to custom list

I've created a custom list with one content type inherited from 'Schedule' (no additional fields). Now I need to add one more content type to the instance of that list in the feature activated event ...
2
votes
1answer
44 views

Modify the TypeDescriptors in Creator Method for BDC

I created a BDC list. When I create a new item, I have to type in all the neccessary columns. I want to make two of the columns radiobutton choice and dropdown list. I can't create new columns for ...
0
votes
0answers
27 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 ...
0
votes
1answer
19 views

web.GetFolder() - value does not fall within the expected range. Sharepoint 2010

Below is the code to check if folder exist in doc library on a subsite and if not than create it. using (SPSite site = new SPSite(sharePointSite))//"http://testsite.dev")) { ...
0
votes
1answer
29 views

Workflow Fails to start

I created a sharepoint designer workflow for list. Workflow fails for an item with error message '​ The workflow could not update the item, possibly because one or more columns for the item require a ...
2
votes
1answer
36 views

How to get data from Sub Site in App?

I have created a web which is a sub web of the "Host Web"(In terms of App). I want to get data from a list which is part of that sub web into my SharePoint hosted App. How can I get it?
0
votes
1answer
18 views

Error occurred in deployment step 'Uninstall app for SharePoint': Only users who can View Pages can list Apps

I am Developing a Provider Hosted app for the SharePoint 2013. In that I am facing this error while deploying the App. Error occurred in deployment step 'Uninstall app for SharePoint': Only users ...
0
votes
0answers
19 views

Personal document management

How can I manage user documents so only the user and the site owners can manage the documents? Is there a way to automatically create a document set or document library for the user upon visiting the ...
0
votes
1answer
10 views

SharePoint Online 2010 EventReceiver Firing Twice sometimes

I have developed an EventReceiver(VS2010) i.e. ItemAdded event for SharePoint Online 2010 Custom List. I am creating a subsite when an Item has been added. But ONLY sometimes event is firing twice. ...
2
votes
1answer
78 views
+50

How is the user information list populated?

When you add a user with direct permissions somewhere within a site but they haven't yet visited SharePoint - will the user be added into the user information list automatically or only once they ...
0
votes
0answers
20 views

All possible places to receive permissions from

I'm trying to find out why a certain user appears to have full control on a site. Using Check Permissions, I can see that the only permissions they are given directly on the site are Read permissions, ...
1
vote
0answers
23 views

SharePoint 2010 InfoPath Library Gantt Chart View MISSING Zoom In/Zoom Out Feature

How do I get the Zoom In/Zoom Out function back into the Library tab as it is in the List tab for Gantt Chart Views? Why would is the Zoom function missing from the Library tab? I set up a Gantt ...
1
vote
1answer
21 views

Send Email Extended action did not send email

I have created a sharepoint workflow in SP Designer 2010 for a automated email sending functionality when a list item is modified. 1. I am able to send email with 'Send an Email' action. But when i ...
0
votes
2answers
25 views

Workflow Timer Interval

Can I change Workflow Timer Interval value from default "every 5 minutes" to "every minutes" without impact to performace? Thanks for supprt, Best regards
1
vote
0answers
18 views

ListData.svc appends the library title with 0?

It seems that if i create the following libraries on a Sharepoint site: Test Library 2 Test Library2 TestLibrary2 then the ListData.svc will return the following entitites: <collection ...
0
votes
2answers
12 views

oracle data in InfoPath form

We have a InfoPath form on which wants to show real time data from Oracle database. E.g. Employee name in a drop down list in InfoPath form from employee table in oracle. Don't want to populate ...
1
vote
0answers
12 views

SPRoleType.None Problem

I want to set the SPRoleType.None to a page for a user but I have a problem using roleDef = web.RoleDefinitions.GetByType(SPRoleType.None); I understand that for None and Guest this can't be done ...
1
vote
0answers
19 views

Building WSP for SP 2010 designer customized aspx pages with multiple data view webparts

We’ve designer access to the DEV and QA sites. We are able to customize some aspx pages and able to build some tabbed views with different dataview webparts. Now we’ve a challenge to move these ...
2
votes
1answer
30 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
1answer
21 views

InfoPath setting conditional default value in radio buttons

I have created an infopath form which is connected to SharePoint Library. I would like to set a default value automatically for the radio buttons which are available in that form when one checkbox is ...
0
votes
1answer
12 views

Is there in CAML any equivalent of SQL query Prepare

I'm looking for any equivalent of SQL query Prepare in CAML. Could You help me.I need optymalization in CAML.
1
vote
1answer
23 views

Can I use a .net 4.0 dll assembly reference in a .net 3.5 sharepoint web part?

I am using some dll's from the crm 2011 sdk in a .NET 3.5 web part.The target is for SharePoint 2010 online. When I try to build it gives me the following error: The primary reference ...
0
votes
0answers
16 views

Remove/delete attachments from an InfoPath 2010 form programmatically [closed]

how to remove/delete attachments from an InfoPath 2010 form programmatically? I have more than 5 file upload control in single form. So how can we know that user has remove file from which file ...
1
vote
1answer
43 views

I want to make a weather webpart that displays temperature by using Api like Google or yahoo

I want to make a Weather web part form any api. I have searched on Google but could not find any good solution. So, any link or suggestion or steps for that?
0
votes
1answer
20 views

SharePoint AAM Issue

I am having an issue in one SharePoint site. We have recently migrated from 2007 to 2010. Problem: Not able to browse the website first time (After opening the browser). It needs 3-4 refreshes and ...
1
vote
0answers
15 views

Synchronized InfoPath Attachment With Document Library

I have an InfoPath 2010 form with a Document attachment. if any user upload infopath form with attachment, than attachment must be added in document library, if any user modify or delete any ...
1
vote
0answers
13 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
10 views

sharepoint app failed SSO after claim based authentication

We have a sharepoint 2010 application, used to support classic authentication mode SSO. The behavior of the application in SSO senario is that, after user logon to sharepoint, user get redirected to ...
0
votes
0answers
6 views

Task notification email shows Due Date of “None”

The OOTB Approval workflow sends task notifications to the CC line you specify when triggered from a workflow. I've noticed in the notification the Due By is None, even though I specify the due date ...
0
votes
0answers
8 views

Edit form page field shows ID rather than Title

I have an infopath form with a field called Client. It pulls ID and I set another field as Title. In my Read Only form, i SHOW the Title field. But when I "Edit" the form of course i revert back to ...
0
votes
4answers
56 views

Add css class to WebPart placeholder div

I have a simple webpart that all it does is go through a list of items and uses a repeater to display the html. The webpart itself however wraps the generated repeater elements with a div like this: ...
1
vote
0answers
27 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. ...
1
vote
0answers
13 views

Workflow consumes WCF Service: Exception is invalid or unrecognized

I have got issue. It's an update from a question that I have asked a week ago: I have a State Machine Workflow that is deployed in my local SP machine. It is attached to a list, and will consume a ...
1
vote
2answers
34 views

query a sharepoint 2010 list from excel vba to retrieve a specific record

I have created a SharePoint 2010 list with 2 relevant columns: - Identification Key - Version Number I want to be able to query this SharePoint list from Excel VBA - passing the Identification Key to ...
0
votes
0answers
12 views

2013 - How come I do not see the suite links on my site?

I have created a new publishing site in SharePoint Server 2013 and there are no Suite Links (Newsfeed, SkyDrive, Sites) in the Suite Links bar. Is there some feature I need to enable to get them to ...
3
votes
1answer
33 views

Will search index Ajax content?

I've got page containing a Data View Web Part. The page itself has been modified via SPD so that when loaded, jQuery loads up additional information (prices, etc.) for each row in the DVWP. Of course, ...
0
votes
1answer
16 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
0answers
21 views

SharePoint 2013 Alerts: Add Link to take you to the Discussion Thread

Can I change the link in a discussion alert email to point to that discussion thread instead of the reply itself? I have figured out how and where to edit the Alerts: SharePoint 2010 custom alert ...
0
votes
1answer
11 views

workflow settings: user cannot be found

I have created a calendar. when I go to the calendar settings page and click on Workflow Settings I get an error message that says: Error: User cannot be found I have not created any workflows yet ...
0
votes
0answers
5 views

SharePoint 2013 OAuth Context Token not validating after publish

I have built an Auto-hosted App for SharePoint and during development it works really well. I was able to send the SPAppToken to my PHP application, decode the context token, construct the ...
0
votes
2answers
39 views

How to get display name from created by field in sharepoint client object model?

In my sharepoint javascript code, I am retrieving items from a list in my SP 2010 environment. I used a camel query to download specific fields. One of the fields was created by (person who created ...
0
votes
0answers
37 views

How to filter list in sharepoint by another webpart(dropdown list) in C# code?

I wanna filter list in sharepoint by using dropdown list in visual studio, And view in sharepoint can't serve me in that , And i searched a lot but i didn't reach any thing
0
votes
0answers
7 views

How do I migrate a CVS module to Sharepoint

We have been using CVS for versioning of our extensive library of requirements documents. However, we have recently started using SharePoint for almost all project documentation and would like to move ...
0
votes
0answers
13 views

Can I prevent author field being populated when changing content type?

I have two content types: Content type 1 only has the standard author field. Content 2 also has a custom field with display name "Author". When I change the content type of a document from 1 to 2 ...

15 30 50 per page
1 2 3 4 5 500