0
votes
1answer
14 views

Posting Large File to Remote App

I am trying to implement functionality by which you can post a large file (85MB+) to an autohosted app. I have tested locally and the functionality works. As soon as I deploy to O365, large files ...
1
vote
1answer
65 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
23 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 ...
1
vote
3answers
62 views

What is the fastest way to build a simple publishing site for demo purposes

I want to present for my management the sharePoint 2013 capabilities and for this presentation I want to build a simple publishing site that have an enterprise wiki template inside it using SharePoint ...
0
votes
4answers
50 views

How can i get a free SP 2013 account for trial

I want to held a demo for one of our clients regarding the SP 2013, but when i try to create an office 365 trail account from https://portal.microsoftonline.com/Signup/MainSignUp.aspx? i am getting ...
0
votes
0answers
6 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
2answers
129 views

Change the Office 365 logo and link on SharePoint 2013

I'd like to change the office 365 logo and link on my SharePoint 2013 so users don't leave the site, is this possible in SharePoint 2013? I have managed to hide the logo and change background colours ...
4
votes
6answers
358 views

Customing the newform.aspx of a list using jslink in SharePoint 2013

How do I customise the newform.aspx of a list in SharePoint 2013 using JSLink? A lot of examples seem to be for customising list views. I can't find anything that explains how to customise the new ...
0
votes
1answer
139 views

Can I do bulk updates with SharePoint 2013 workflows?

I have a SharePoint site with two lists: list of assets list of maintenance tasks: each task is linked to an asset via a lookup column. Each asset has one or more related maintenance tasks My ...
1
vote
1answer
339 views

Using SharePoint 2013 TokenHelper class when there is no HttpContext.Current

SharePoint 2013 Apps in Visual Studio have a TokenHelper class that simplifies using OAuth to connect to a SharePoint 2013 ClientContext. I am using this class to remotely connect to a SharePoint ...
1
vote
1answer
179 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
254 views

How to deploy SharePoint 2010 Sandbox solution on SharePoint 2013 Office 365

I have developed a SharePoint 2010 Sandbox solution in Visual Studio 2012 which has been deployed on Office 365 SP2010. The solution contains custom lists, visual web parts and workflow activities. I ...
1
vote
3answers
216 views

Office365 2013 public facing site definition

I was wondering if the site definition for an Office 365 public website for SharePoint 2013 is available for use in a standard SP2013 on premise farm? The reason I ask is I would like to do some ...
0
votes
1answer
296 views

Access SharePoint 2013 data from remote apps using the cross-domain library?

I am follow MSDN article for SharePoint 2013 data from remote apps using cross-domain library. i have selected App-Project as Autohosted and follow same steps with carefully. my App is successfully ...
0
votes
1answer
63 views

Sharepoint 365 feature resources bug

After Sharepoint 365 update (end 09.11.2012) resources string in list definition start display as: $Resources:_FeatureId{AC83475A-588E-4876-BB71-24524023F731},FieldSortOrderDisplayName; Field ...
0
votes
1answer
113 views

Office 365 developer site SharePoint 2013 preview: can't create a new user profile

I use a Office 365 developer site to get acquainted with SharePoint 2013. I try to create a new user profile (Admin\SharePoint\User profiles\New profile). I can see all the fields for the new ...
1
vote
1answer
100 views

Apps Development in Napa Tool

Which type of apps from following can be developed using Napa Tool in Office 365? 1) SharePoint Hosted App 2) Provider Hosted App 3) Auto Hosted App
0
votes
0answers
57 views

App parts with O365 Dev preview; 405 Error

I am working with a SharePoint hosted app project using VS2012 pointed to my O365 dev preview account. Following this example: ...