0
votes
0answers
7 views

jQuery SP.JS objects to test if current SharePoint user has full control / owner rigths?

As an example, the below jQuery displays current SharePoint user title. Excellent! :) Is it possible to use the sp.js objects to test If the current user has Full Control on the current page or ...
0
votes
1answer
8 views

Show document date instead of upload date in Sharepoint 2013 online

I've uploaded files to my sharepoint online (office 365), but all my files are "created on" the date of uploading. Is it possible to show the actual file creation date instead of the upload date?
0
votes
1answer
15 views

Full-Trust Solutions on SharePoint Online Dedicated

I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
0
votes
0answers
12 views

Claims Based Authentication in SharePoint 2013 Online Not working anymore

I'm trying to connect an application (desktop application) to SharePoint 2013 sites. I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
1
vote
0answers
10 views

Design Package import SharePoint 2013 using App Installed event CSOM

In SP2013, I am trying to import and export the design package from one site to other site using AppInstalled event using CSOM. I am not able to get the context of source site to import the design ...
0
votes
0answers
19 views

First o365 SharePoint Online Workflow - A2/P1 license issue?

Probably doing something wrong, but wonder if it's a License or settings issues in o365. Created a new Library (where I have owner rights) in SPD 2013, added a very simple workflow that emails ...
0
votes
1answer
53 views

Modal Popup wont popup unless page is checked out?

I have a strange situation whereby I have written my own code to open a modal popup window as shown below: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ...
1
vote
1answer
84 views

Default Sharepoint 2013 client-side people picker to current user

I'd like to be able to default the client side people picker for SharePoint 2013 to the current (or any) user. I've read the "How to" MSDN document here: ...
0
votes
0answers
24 views

Unable to explore SP2013 (O365) apis

Having just upgraded to SP2013 on O365 (Enterprise) I am keen to take advantage of the various REST endpoints to perform various CRUD operations. However, I seem unable to drill down into the various ...
0
votes
0answers
22 views

Public internet website - Can it be done in SharePoint Online

We're currently creating a new public website, but can't really figure out if we need to go with a full onpremise / azure insatallation of SharePoint server 2013, or if we can simply use SharePoint ...
1
vote
1answer
51 views

ODataContentTypeException : Content Type 'application/json;odata=verbose'

I'm trying to create items in a SharePoint lists through the SharePoint REST API in Javascript (with an AJAX call using jQuery), all that in a SharePoint2013-hosted App. But I get this error when I ...
1
vote
2answers
66 views

Connect to SharePoint Online using the Client Object Model from .NET 3.5

We have an on premise SharePoint 2010 farm, and a SharePoint Online 2013 farm. We would like to be able to have a solution running on the on premise farm that will talk to the online farm. Since the ...
2
votes
1answer
82 views

SharePoint 2013 list items paging

I'm trying to make a webpart with list items paging. I followed this link http://www.directsharepoint.com/2011/03/step-by-step-guide-to-implement-paging.html and on SharePoint 2010 server it works ...
0
votes
0answers
8 views

Set predefined text in SharePoint 2013 share site email

I have a huge number of users to invite to my SharePoint 2013 office 365 site and wanted to specify the invite text as a standard set of text rather than type it each time, is this possible in the ...
0
votes
0answers
28 views

How to set Navigational properties through App event receiver in SP2013

I am trying to set the navigational properties in SP2013 autohosted app. I am doing this at App installed receiver. I have written below code for that, which is failing with error message: - The ...
1
vote
1answer
57 views

Lists included in an App for SharePoint 2013

I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List. I can then add/edit/delete ...
0
votes
0answers
16 views

SP 2013 - App handling events

I have developed a Sharepoint-Hosted App in SP 2013. I am trying to write the App related events which handles the below events: • Handle App Installed • Handle App Uninstalling • Handle App ...
0
votes
0answers
66 views

How to enable document library item “Follow” button for custom library items?

I created a custom list definition in SharePoint 2013, using visual studio. When i create a document library based on this definition (template) i do not see the "FOLLOW" button in the document ...
0
votes
1answer
20 views

SP2013 App icon not rendered, only App link is displayed + how we can set the sliding transparent hover text over App icon?

I am facing an App Icon related issue. I am creating SharePoint Hosted App which I am deploying to SP 2013 Developer site. By default any app will have the AppIcon set under Images folder. Also it is ...
1
vote
0answers
41 views

How to access to a database deployed with an autohosted app?

I'm deploying an Autohosted App for SharePoint 2013 (Online). In the web project of my autohosted app, there is a database which is thus deployed on the remote web (on windows azure) when my ...
0
votes
1answer
133 views

App issue with SharePoint 2013 Developer Site

In SharePoint 2013 Developer Site: I am installing an app to my site and it worked fine with default stuff. I added some custom .js file in this app which will set the master page of site coll and ...
0
votes
0answers
48 views

The 'Scope' attribute is invalid - The value 'Site' is invalid according to its datatype

After setting the value Site to the attribute Scope of a Feature on a Sharepoint 2013 application I started receiving the following error, deploying to Sharepoint Online: Error occurred in deployment ...
0
votes
3answers
219 views

SharePoint-hosted app don't get my lists

I'm developing a SharePoint-hosted app for SharePoint 2013 (in Office365), but I've a problem accessing lists within a SharePoint-hosted app. My code is well printing the lists, but it only show me ...
0
votes
1answer
47 views

Change look and feel of webparts and lists based on user level

Has anyone ever modified the look and feel of their SharePoint site based on the user permission levels using CSS... i.e. Admin web-part title is red but external users is black?
1
vote
2answers
237 views

Error while pdating Master Page through JavaScript Client Object Model using SP 2013 App

I have created a Site Collection in SharePoint 2013 online. In this site I am trying to update Master Page through JavaScript Client Object Model. My JQuery scripts are able to change the Site Master ...
1
vote
1answer
335 views

Setting Search Center URL in SharePoint 2013 using Javascript CSOM

In SharePoint 2013, I am trying to access Search object through JavaScript CSOM. I want to know the object which can give me the access to Search Settings under Site Settings. I tried looking under ...
1
vote
1answer
185 views

How can we copy data from SharePoint 2010 to SharePoint ONLINE 2013?

How can we copy/export a library/list that currently lives on SharePoint 2010 and import it to SharePoint 2013 on office 365? I have searched the web, but I just don't seems to find a good example ...
1
vote
1answer
279 views

What is the purpose of SharePoint 2013 Site Content Type - “JavaScript Display Template”?

Under SharePoint 2013 Site Content Type - JavaScript Display Template Content Type is present, what is the purpose of the content type and how we use it?
1
vote
1answer
150 views

Sharepoint 2013 Apps Authentication error

I develop a simple SharePoint Hosted App and deploy but when i open this app, there is popup for id and password. which id password i need to enter because they dont accept administrator id password
0
votes
1answer
157 views

403 Error connecting to ODATA via External Content Type with SharePoint

I have a tenant on SharePoint Online (the new 2013 version). In that tenant, I have a Project Online site collection. Project Online hosts a very nice OData endpoint at ...
1
vote
2answers
155 views

Getting a warning while adding external JavaScript library in SP2013 Napa developer tool

I m getting warning while adding external JavaScript library added within ContentPlaceHolderId="PlaceHolderAdditionalPageHead" in SP2013 Napa developer tool Warning Message obtained from Chrome ...