Microsoft Sharepoint version 2013

learn more… | top users | synonyms

1
vote
2answers
22 views

C# Invalid JSON Primitive Reading from Cookie

I'm using JQuery.Cookie to store a javascript object as a cookie value: var refinerData = {}; // Read in the current cookie if it exists: if ($.cookie('RefinerData') != null) { refinerData = ...
0
votes
2answers
9 views

Sharepoint REST Query with multiple variable for a query tag

In Sharepoint 2013, using Search REST API; I can get a result by using path in querytext query tag, like this: http://host/_api/search/query?querytext='path=http://host/site/pages/index.aspx' The ...
0
votes
0answers
12 views

SharePoint 2013 - Sorry, this site hasn't been shared with you

I have created a SharePoint site using stsadm.exe ( SharePoint command line administration tool ). The site has been created successfully. It can be browsed and the site administrator can log-in to ...
1
vote
1answer
22 views

SharePoint 2013 JSOM User Key From Person Field

Can anyone help me to get the user info from a person column using javascript? So far I have been able to read the list item and return a SP.FieldUserValue from which I can get a numeric Id (not sure ...
0
votes
0answers
8 views

SharePoint Client Object Model - How to read a list with the same name in multiple sites

My problem is the following: I have a list under the site collection root representing projects called 'Project Register'. Each item in that list represents a project where I am storing the project ...
-1
votes
0answers
7 views

Spell Check in Uppercase - Sharepoint 2013

In SharePoint 2010, the spell check feature would ignore uppercase words by default. There was no way to turn this off and allow spell checking of UPPERCASE words. Does anyone know if this is an ...
0
votes
0answers
6 views

How do I get the current web using SharePoint client object model?

I am using the SharePoint client object model to create a web part. I have a list on the parent site. This list has a field that is a choice field, with choices for all the subsites under the parent ...
1
vote
0answers
19 views

SharePoint 2013 - create site collection programmatically

With the introduction of Apps, and solutions going away. What is the best way to create a site collection programmatically? I am on-premise. Can it be done with JavaScript? I can create sub-sites with ...
0
votes
0answers
6 views

Call HTTP web service action delivers SOAP envelope embedded in <object> tag

When I call an HTTP web service from a Sharepoint 2013 workflow using Call HTTP web service action, Sharepoint embeds the SOAP envelope (which I defined in a Dictionary Variable) into an object tag. ...
0
votes
1answer
28 views

How can you override Upload.aspx or AllItems.aspx etc. SharePoint 2013 (NOT SP Designer)

Does anyone know how to override the code that is executed when a user clicks on "new item". I want to use a custom template / code, so the user will not have to upload the new file each time the ...
1
vote
0answers
4 views

How to backup/Save as Template SharePoint 2013 online public site

I have E3 online account and have the public web site. I have deployed several sandbox solutions to that site and now I want to get the backup of that site. I have tried several methods to get the ...
1
vote
0answers
16 views

Sharepoint 2013 style library document not accessible with read permission

I have a .css file and 2 .js files in a subfolder in my style library (these files are being referred in my master page). Users who have read permission (visitor group) are not able to access those ...
-1
votes
0answers
12 views

How to define workflow in MS Sharepoint 2013 [on hold]

I am a new user of MS Sharepoint. I need to produce a system on handling request. Let say, a request has been made and then the request need be to assigned to someone in a Sharepoint group. so, how ...
0
votes
0answers
3 views

How to Deploying ThemeForest Templates to Sharepoint 2013 Website

is there somebody out there, who is able to tell me step by step how to deploy a themeforest site template to a sharepoint website wich has masterpages and subpages step-by-step? i tried it in local ...
0
votes
0answers
6 views

Want to launch app from website ?But user can have different path associated with the app?

One of my projects wants me to launch outlook from the website in clients computer.But the users can have different path to the outlook in their computer.I just want that on click of a button the ...
0
votes
0answers
5 views

Preview Sharepoint custom adapter results?

I've created a custom SharePoint 2013 search adapter. It works, but, is'not possible to preview Search results. Is it possible to create custom adapter with document preview in search results? p.s. ...
0
votes
0answers
10 views

Search in Custom indexing connector with AttachmentAssociator property in AssociationNavigator

Hi, I have a custom indexing connector with Entities associated via AssociationNavigator method. In order for Search (of SharePoint 2013) to crawl the associated entity, we need to set the ...
1
vote
0answers
15 views

Visual Studio 2012: can't connect to sharepoint site

I'm trying to create a simple webpart using Visual Studio 2012 but when I try to validate my Sharepoint Server it says: Cannot connect to the SharePoint site: "url" that the Site URL is valid, ...
0
votes
0answers
13 views

Insert Content into sharepoint callout control

I followed example here http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013.html to create callout control. Now I'm trying to add Preview pane for documents(images, pptx, pdf etc..) ...
0
votes
0answers
12 views

How to create Context Menu on SharePoint 2013

Currently I need to create a Context menu ctx in Shatrpoint 2013 but I cannot do it. So could you help me to do this Thank Nguyen
0
votes
0answers
31 views

REST web service support for SharePoint 2010

I am trying perform operation on a SharePoint document library using REST on SharePoint 2010. Things i wish to achieve are 1) Query items from the library 2) Download/Upload Document from Library 3) ...
0
votes
0answers
12 views

Sharepoint 2013 CMIS Workbench Login Fails with “One or more of the input parameters to the service method is missing or invalid”

Sharepoint 2013 CMIS Workbench Login Fails with "One or more of the input parameters to the service method is missing or invalid" I have an install of Sharepoint 2013 and in the site settings I have ...
0
votes
1answer
30 views

Issues with converting HTML file to master page in SharePoint 2013

Right now I have an HTML file and I'm trying to convert it to a master page. I'm using a VM on CloudShare. So I create a new site collection and go into the site settings. Under “Look and Feel”, ...
0
votes
0answers
22 views

Sharepoint 2013/365/Online F5 deploy app “This page can't be displayed”

Hi I am attempting to use F5 deployment from VS2012 for a simple SharePoint 2013/365/online App. when I push F5 internet explorer opens as intended and asks me to login to the SharePoint site. it ...
0
votes
0answers
11 views

Create a Sharepoint 2013 Form with predefined choices

I am very very new to Sharepoint 2013, so I apologize if this question is particularly stupid or if it doesn't make sense. Here is what I am trying to do: I have a excel file with user ID as one ...
0
votes
0answers
8 views

404 error for /_vti_bin/client.svc

Whenever I try to save I get this error (via javascript console) POST https://domain.local/_vti_bin/client.svc/ProcessQuery 404 (Not Found) Any ideas?
0
votes
2answers
30 views

Apply CSS to Sharepoint Site on one individual Web part

This is being done in sharepoint 2013. I want to apply height:0px to a certain web part. I have its DIV ID as MSOPictureLibrarySlideshowWebPart_ctl00_ctl41_g_3d56d9c5_7b24_4bb9_9b84_ac3459578026_cell ...
0
votes
1answer
61 views

SharePoint 2013 - how do you programmatically set the search results url?

In SharePoint 2013 I want to programmatically set the search results url. There doesn't appear to be a setting at the root web or site level that appears to allow for this assignment. With a ...
0
votes
0answers
16 views

SharePoint Lists x800a139e - JavaScript runtime error: Sys.InvalidOperationException: Type has already been registered

So I'm new the SharePoint development and am failing at the first hurdle. I have created a new SharePoint project in VS2012 for SP2013 and started to create a site structure using a handful of Custom ...
2
votes
1answer
38 views

how to connect sharepoint with php

Do anyone know how to integrate Sharepoint and Php. I am trying to develop php app which can connect to Sharepoint.In particular since basically I am website developer, I want my all websites to be ...
-2
votes
0answers
18 views

How to trigger stored procedure with SharePoint 2013?

how is it possible to trigger a stored procedure from Microsoft SQL Server with SharePoint 2013? We have a stored procedure that runs a job in the database. Now, we want lets say a button in ...
0
votes
0answers
9 views

Getting error while using event receiver in Sandboxed:Sandboxed code solution has leaked these IDisposable objects: Microsoft.SharePoint.SPSite

Getting error while using event receiver in Sandboxed:Sandboxed code solution has leaked these IDisposable objects: Microsoft.SharePoint.SPSite:
0
votes
1answer
28 views

How do I use a subquery in an Access Web App where clause?

I'm working on creating my first "Web App" using Microsoft Access 2013 and publishing it to my company's sharepoint portal. So far it's working excellently, but I can't seem to wrap my brain around ...
0
votes
0answers
39 views

Content Search Webpart sharepoint 2013 random sort

I working on a sharepoint 2013 site with people search capabilities. On one of my pages I have a live tile that displays 4 featured team members. the business requirement says that every time the ...
0
votes
0answers
43 views

Push notifications from SharePoint 2013 to Console Application

How can I create a (C#/.net) console application that can subscribe to push notifications from SharePoint 2013? Any hints, sample code, or a library will be much appreciated. There are guides such ...
0
votes
0answers
47 views

How to deploy Branding Artifacts to SharePoint 2013 Online Publishing Site?

What is the recommended way to deploy branding artifacts (Master Pages/Page Layouts) to SharePoint 2013 Online (Publishing Site)? Tried packaging them into a Sandbox solution, but "Solutions" ...
0
votes
1answer
35 views

sharepoint rest services - executeAsync not working

I'm using Sharepoint Rest services to update List Items. To do the update, I'm using the function executeAsync from the SP.RequestExecutor object. The code was working fine, but while I was testing it ...
0
votes
0answers
26 views

Can I build a Dashboard in Sharepoint Online?

I would like to create a dashboard in Sharepoint Online http://office.microsoft.com/en-us/sharepoint/sharepoint-online-online-collaboration-software-FX103789366.aspx. I have seen references to a ...
0
votes
1answer
42 views

socket.io Access Denied in iE10 on SharePoint2013

Hya, I'm running a socket.io server in a NodeJS enviroment under HTTPS. The js Code which calls my app to start the communication with my socket.io server runs on a sharePoint 2013 instance (Office ...
0
votes
0answers
46 views

Changing default SharePoint 2013 ribbon by Javascript

I'm dealing with tricky question in compatibility SharePoint 2013 and iPad devices (specifcaly iPad2). As you know you cannot create a new word document via Ribbon menu and sharepoint give you message ...
0
votes
0answers
20 views

Consuming Dynamics NAV oData webservice using jQuery cross domain

My setup is like this, both servers are in different domains. SharePoint Foundation 2013 with an HTML/JavaScript app, hosted on Office365 by Microsoft. Windows Server 2012 with Dynamics NAV 2013, ...
0
votes
0answers
13 views

Auto Update field Sharepoint 2013

I have 2 Tables Table 1 Name Title etc Table 2 Name (look-up to the first one) Title I want the title in the second list to show up automatically when Name is selected Any help appreciated
0
votes
0answers
23 views

HTML Form Web Part shows “cannot retrieve properties at this time” while trying to save changes

While im trying to save changes to HTML Form Web Part message appears "cannot retrieve properties at this time" and "cannot save changes" right after it. I've searched internet ... but there is no ...
0
votes
0answers
26 views

How to filter the tasks using custom field value - ProjectServer Rest OData API 2013

I've been trying to filter the Task collection using custom field called "TaskType" (I've created this one). This custom field has an associated lookup table. So if i query the OData : ...
0
votes
0answers
17 views

Display subsite blog posts on parent site with a rss-feed in Sharepoint 2013

Im having a problem with Sharepoint 2013. I have a parent site and a subsite that is a blog. I want to display the blogposts on the parent site in an RSS-Feed. Is this possible? I have tried to copy ...
0
votes
0answers
54 views

Sharepoint 2013 Online - Feature not licensed error on site template

After the upgrade to SharePoint 2013 our custom site template will no longer function. I have recreated the site template from the original site, but trying to create a site from this new template ...
0
votes
0answers
38 views

How to Update .xsn(Infopath) file in SharePoint 2013 workflow

We need to edit the page approval form which is coming from my page approval workflow. We have opened our project in SharePoint Designer so we can see the two .xsn files which is inheriting in our ...
0
votes
0answers
7 views

Redirection in Custom Claim Provider

We have written a custom claim provider to augment some claims for SharePoint 2013 site. We have a requirement to check if user belongs to one of the tables in our SQL database and if so we give him ...
0
votes
1answer
54 views

Minimum Software and Hardware requirements for SharePoint 2013 developer Environment

I am a sharepoint developer and was looking for software & hardware requirements for setting up just the developer environment for SharePoint 2013, its only for testing and developing sharepoint ...
0
votes
0answers
25 views

How to create a search criteria interface for a sharepoint list

I'm new to customizing share point and I wanted to know the following. I have a share point list that I exported from an Excel File, I would like to know how to create an interface for this list ...

1 2 3 4 5 10
15 30 50 per page