2
votes
1answer
30 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
0
votes
2answers
36 views
Item ID of current row
I am working on a script that needs to pull the SharePoint list item ID from the current row. I have a checkbox field in a multi-item form webpart that, when checked, needs to update the item without ...
0
votes
0answers
8 views
Sharepoint Event Recievers Feature Activation
I am trying to create an event reciever based off an example created by a previous employee. This event reciever is scoped for the site level and is a ListItem event reciever.
I believe I have ...
0
votes
0answers
8 views
For attachments in InfoPath 2010 forms, can the documents be displayed in Alphabetical order?
I need to be able to have the attachments in an InfoPath form display those attachments in Alpha order by document name. Hope someone can help me.
(The information is ultimately displayed in ...
1
vote
0answers
13 views
How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?
I hope someone can help me PLEASE.
How do I get the attachments on my SharePoint 2010 List item to sort in alphabetical order by document name?
1
vote
1answer
19 views
Opening a document in SharePoint 2013 requires logging in
We have implemented a new install of SharePoint 2013 at my company. I've set up a web application, a site collection and a site so far. I'm setting up sites and testing them to see how SharePoint 2013 ...
0
votes
0answers
7 views
pages library and retention action
My site is a news site , where I am using sharepoint pages in the page library as news items . recently my client requested me to implement retention policy on these pages . for instance if a page in ...
0
votes
1answer
7 views
New Infopath 2013 in o365?? … Select the form template to open this xml file?
I create a new forms library in o365/SPO. I click new document and it opens infopath2013 and asks for
select the form template to open this xml file
Where do I get this from?
Also if select New ...
0
votes
1answer
19 views
Error occured in deployment step 'install app for SharePoint': The System Account cannot perform this action. Deploying App - On-Premises Farm
Yes this question is the same as :
This question
How ever none of the proposed solutions work for me.
I've tried swapping the account in Central Admin (did not work)
I've created a new AD account, ...
0
votes
1answer
10 views
ProcessBatchUpdate has no effect
I have an application I am working on that uses an Event receiver to propagate metadata to a document library. I am trying to use SPWeb.ProcessBatchUpdate to copy the metadata back.
my code looks like ...
0
votes
1answer
13 views
SharePoint2013 Search Navigation Web part and query string parameters
Im using Search Navigation web part to navigate to a search result page when user decides to do a scoped search. Im trying to pass all scoped search to the same search result page, instead of ...
0
votes
0answers
15 views
Can't create Search Service Application
I seem to have broken something while attempting to extend the SharePoint web application to use a different port.
First, I extended the application. Then I "unextended" it using Delete->Remove ...
0
votes
1answer
15 views
Displaying Version # In Document
I am looking for a way to display the SPItem version number from within an Excel document. We are authoring an Excel Template in a version controlled document library. I want the Excel document to ...
0
votes
0answers
15 views
Copy multiple list items to another list field based on a condition with SPD 2010 workflow
Is it possible, using SharePoint Designer 2010 (SharePoint 2010 Enterprise Edition) to copy multiple list items from list A (Personnel Clearances) to a single field (of any type) in List B (DD254) ...
0
votes
0answers
18 views
SP2010 - Percentage Progress Bar
I'm using SP2010. I'm wondering about displaying some sort of progress bar which would show percentage of how many "things" are done.
To elaborate: a person in our organization needs to in process, ...
0
votes
0answers
14 views
Button to save then refresh on the Editform.aspx page
I am working in SP Designer 2007. I have an issue where I would like to update the editform.aspx but allow the user to keep working on the form. My thought was I could do a save then reload, but it ...
0
votes
2answers
24 views
What equipment is needed for test SharePoint environment?
I am not really experienced in SharePoint beyond managing site content. Right now we only have a live SharePoint environment with two servers, one for SQL, and the other server for everything else. ...
0
votes
0answers
11 views
Is there a way to make data linked to by BCS look like a document library?
Is there a way to make the data linked to by BCS look like a document library?
Basically, I'm storing some archival type documents in cheaper storage than a SharePoint document library, but I would ...
0
votes
0answers
29 views
SharePoint 2013 and Office Web Apps - Unable to view documents
We have a Web Applications Companion (WAC) server connected to our SharePoint 2013 web application (upgraded to claims based authentication). It appears to us that the WAC server does not trust the ...
0
votes
0answers
13 views
Get-SPSite : There was no endpoint listening at securitytoken.svc
Get-SPSite : There was no endpoint listening at
http://mydomain.com:32843/SecurityTokenServiceApplication/securitytoken.svc
that could accept the message. This is often caused by an incorrect
...
2
votes
1answer
29 views
Accessing another site collection from a SP2013 app
I have a SharePoint 2013 SharePoint Hosted app, and I've got some code that works swimmingly well when it's pointed to the host site collection. Part of the requirement is to have it point to a user ...
1
vote
1answer
33 views
CQWP Multiple Value People Field Filter
I'm on SP2013. I have a content type called Projects with a multi-valued People field called Project Members and two single-valued People field called Project Lead and Client Sponsor. I'm trying to ...
1
vote
1answer
17 views
It's possible to put the Application servers on different subnet than the Front End Servers
It is possible to put the Application servers on a different subnet than the Front End Servers in SharePoint 2013,
What are the advantages and drawbacks, noting that this is an Internet facing ...
0
votes
1answer
10 views
Cross site cross database lookup field SP2010
SiteCollection 1 in ContentDB 1 has List 1 with custom lookup field.
This lookup field returns all text fields from any selected list in a site collection specified. Each site collection is in a ...
0
votes
0answers
10 views
Unable to find Namespace for SPWeb, SPUser or SPControl, Provider-Hosted App
Using a Provider Hosted Application for SharePoint 2013, I am unable to ue the following lines in my C# code to get the current user
SPWeb web = SPControl.GetContextWeb(this.Context);
SPUser sUser = ...
0
votes
0answers
7 views
Character Limit on GetQuerySuggestions Sevice Method
The GetQuerySuggestions method for the search autocomplete seems to truncate results longer than 128 characters. Is there anyway to remove this limitation?
0
votes
1answer
19 views
Single Point Of failure in SharePoint 2010
We're considering to implement some good/better/best recommendations in our existing Mid-Large SP Farm for "Single point of Failure in SharePoint 2010". Can someone point out to the areas which can be ...
0
votes
1answer
34 views
Writing C# in a SharePoint-Hosted App
I'm working on a SharePoint-Hosted application and wondering how I can add C# code to the .aspx files. When creating Auto-Hosted and Provider-Hosted apps, they displayed a C# script for every page.
...
0
votes
0answers
14 views
Current user's manager
I want to select the current user's manager's phonenumber information.
And I want to do with the workflow on visual studio.
How can I do that?
0
votes
0answers
22 views
simple visual webpart, is not rendering the controls
I created a simple visual webpart with this html
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="LinkButton.ascx.cs" ...
0
votes
1answer
9 views
Opening office documents from Sharepoint 2010 takes forever and seems to try to open dll-files from server!
When I try to edit an word (2010) document from Sharepoint (2010) it takes ages to open (~5 minutes for a 3mb file). If I just copy it to my desktop and open it from there, it's lightning fast. The ...
0
votes
0answers
13 views
How to hide and disable a SharePoint 2010 URL
Here's the scenario...
After an employee fills out a survey anonymously with Survey Monkey, they will be directed back to a SharePoint site. The SharePoint site will display a few words along with a ...
0
votes
0answers
13 views
AccessDeniedException: The permissions granted to user 'Mydomain\MyUserAccount' are insufficient for performing this operation.
I have a sharepoint 2010 portal with dashboards and reports. I have a production and development environment. Both have there own SQL server. So I have in total 2 servers for production and 2 for ...
0
votes
0answers
13 views
Working Twitter Feeds on Sharepoint 2013?
been trying to get a Twitter feed to work in SharePoint 2013 for some time but it just doesn't seem to be playing ball.
I've tried a couple of methods (embedding the code straight in and also using ...
0
votes
1answer
14 views
why I cannot download documents If subfolder name of document library contains “+” symbol
I am using sharepoint 2007 portal.
In document library I have created one folder and named it as "Cards + Payments".
I am able to upload document in that folder but when I try to download, it is ...
0
votes
1answer
26 views
I want a literal 'Read/view Only' library - no save, download or print functionality. Is this possible?
I have a number of documents that I want to be literally 'Read Only' in a Library (ideally view in the browser). This means that I want to disable the 'Save As', download and print functionality to ...
0
votes
0answers
18 views
Add a link to perform certain actions. E.g Upload a document, then optionally add a workflow to this document etc
I've been asked to create a simple page where a user can
Click a link to upload a document to an existing library
Optionally click another link to add an predefined workflow to the uploaded ...
0
votes
0answers
12 views
Sharepoint 2013 Suddenly Going Slow
I currently have a test SharePoint 2013 install setup on a VM, the specs of the VM are very modest (8GB RAM, Dual Core Xeon, linked to SQL 2012 on another server) and it has been working fine as far ...
0
votes
0answers
12 views
Open a BizAgi (or any 'unknown' documenttype) directly without saving
When I save some .BPM (BizAgi) files in my Sharepoint document library, I can't open them without either saving them locally or checking them out.
How can I allow a read-only option for these kind of ...
0
votes
4answers
22 views
How can I backup and restore a site collection in SP2010?
I have a sharepoint 2010 portal. I have a farm, with inside of it some site collections. One of these site collections ok. I would like to create a new site collection and restore a backup of the old ...
0
votes
1answer
20 views
Add visualwebpart with vs2012 does not add an ascx path
I am making a visual webpart with custom properties. Basically its a link button which Text and Url properties can be set by the user via web part properties.
All samples I have seen say that in vs ...
0
votes
2answers
16 views
Maximum number of items to delete has been reached. Please contact the Site Collection Administrator
I am facing this error when i am programatically delete record from sharepoint list. column is lookup column in another list and i have set cascade delete option enable in list. I am facing below ...
1
vote
2answers
35 views
Prevent/override standard Modal Dialog close button(X) from closing
I want to validate custom modal dialog form and if its not ok, prevent form from closing.
For this purpose, I attached to X-close-dialog-button. Problem is to prevent it's default behavior.
function ...
0
votes
1answer
12 views
Excel services and PowerPivot error: “Unable to refresh data for a data connection in the Workbook. ”
My environment is a 3-tier SharePoint 2010 Architecture: Running on SQL Server 2012 Enterprise Edition
WF1
WF2
Both Web Fronts are NLB, and we have they following Application Servers
APP1 - ...
0
votes
1answer
19 views
How to get an id of a field or textbox in spd
I'm working on a NewForm.aspx in SPD.I want to get an id of field or textbox how to get that.because they are using ID such as "ff6{$Pos}"
0
votes
0answers
6 views
history and tasklist are missing when creating a sharepoint workflow in visual studio
I recently ran into a problem which seems to be a bit annoying, or maybe I understood it false. Well, if you create a new project and add a new sharepoint workflow you have to insert some data i.e. ...
0
votes
0answers
6 views
What's the best way to create a replication/load balancing module?
We have a sharepoint doucment library, the site consist media files(like images, word document, .psd file) and then we have a local CME (Alterian) which can be integrated to the SharePoint library in ...
0
votes
0answers
7 views
ECT always disappear in ECT Picker
Sometimes ECT lists disappear. It says
External Content Types are not available. Contact your system
administrator.
I have to change the App Pool for BDC and then return the previous App Pool ...
0
votes
0answers
5 views
error while attaching file in sharepoint 2010
When trying to attach file in share point site, getting error 'null or not an object' in init.js. Also the page is not scrolled till end and a part of page is left behind.
0
votes
0answers
11 views
SharePoint 2010 online free demo site
Is there any SharePoint 2010 online demo site I can sign in to test and play with things ,,, I fond one (http://www19.sp2010.examples.stores.advantrics.com/demo/SitePages/Forms/AllPages.aspx) but I ...
