Office 365 primarily denotes a set of subscription based software services that require monthly or periodic payment of fees to Microsoft Corporation.

learn more… | top users | synonyms

9
votes
1answer
2k views

Backup Office 365 sharepoint site? (company.sharepoint.com)

Is it possible to synchronize or backup an Office 365 SharePoint site? The company I work for want to use Microsofts "cloud" SharePoint offering, but they wont go ahead if they can't back it up on ...
9
votes
1answer
630 views

Sharepoint Online (365) Programmatically working with Managed Metadata

So, you want to migrate some documents that have managed metadata columns from another source into SharePoint Online. Microsoft.SharePoint.Taxonomy is blocked. Microsoft.SharePoint.Client.Taxonomy ...
7
votes
4answers
926 views

Add jQuery in Sandbox mode (Office 365)

What would be the best approach in using/including jQuery in Office 365? Should I just use google CDN or is it possible to deploy the jQuery file to the server? Is there any good articles/resources ...
6
votes
8answers
338 views

SharePoint 2010 Playground Site

I'm a seasoned developer and CMS consumer, but I've never used SharePoint specifically. Is there a website where I can quickly create and manage a SharePoint site, without installing the entire stack ...
6
votes
2answers
1k views

Phone-Gap Claims Authentication against SharePoint in Office365 fails, probably because of HTTPOnly flag in cookie

I am coding an application using Phone Gap to connect to a Sharepoint in Office365. I need to use the REST services in Sharepoint Office 365 to add items to a list, but before that I need to ...
6
votes
1answer
174 views

How to migrate SharePoint 2007 Data to Office 365?

I have SharePoint 2007 site on my server which have lists, libraries, custom web-parts, workflows etc. and i have another SharePoint Server on Office 365 which also have some lists,libraries and ...
6
votes
1answer
217 views

Modal Dialogs and Minimal Download Strategy

I am having the following issue in SharePoint 2013 Online (Office 365 Preview): when I try to display in a modal dialog a page that relies on MDS (Minimal Download Strategy), the dialog opens but then ...
5
votes
3answers
370 views

Best practice organization of sites on Sharepoint Online?

I'm trying out Office 365 for my company, as a sort of intranet/collaboration platform, and I was wondering what is the best practice for the information architecture of a Sharepoint site, with ...
5
votes
2answers
415 views

How to create a sandboxed workflow action within Microsoft SharePoint Online 365

I have followed the steps on http://msdn.microsoft.com/en-us/library/ff798499.aspx in order to create a custom sandboxed workflow action, and have deployed this into a site workflow in Microsoft ...
4
votes
3answers
892 views

How to create Visual WebPart in sandbox solution (Office 365)?

I am using SharePoint online(Office 365). for office 365 it is necessary to create sandbox solution but in sandbox solution it is not possible to create visual web part. is there any way to create ...
4
votes
6answers
367 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 ...
4
votes
2answers
283 views

Add new Content Type to Multiple Document Libraries in SharePoint online(Office 365)

I have one Sample Document Library on SharePoint Online (office 365). this Library has 5 different document content type. And using this Library as a template i have created 300 new Document Libraries ...
4
votes
1answer
345 views

How to Consume OData or Web Services from Office 365 on Windows Phone?

I am struggling to consume a web service of Office 365 like _vti_bin/lists.asmx. I found good documentation and an example of how to work with SharePoint and Forms Based Authentication in the ...
3
votes
5answers
325 views

Proxy page for Office 365

I am working on an Office 365 (SharePoint Online) website, and I am looking for a way to retrieve data (xml, json) from remote sites that don't necessarily support JSON-P or CORS. I could use an XML ...
3
votes
2answers
626 views

Change URL's address of SharePoint Online

I try to change the URL address from https://company.sharepoint.com - I using SharePoint Online (Office 365). Can Microsoft change this address? Or can I create address/record in my private domain, ...
3
votes
2answers
993 views

Create and deploy apps using Visual Studio 2012

I want to build and deploy apps to office 365 preview site using visual studio 2012. Can any one point me some good help links? I have office/sharepoint templates installed in vs2012.
3
votes
2answers
1k views

How do you add Meta-tags/CSS/JavaScript to head on SharePoint Online (without unghosting the MasterPage)

I’ve found a few semi-related articles on how to add meta-tags to the head (without changing the definition of the page I believe). I need to do this in a couple different ways… first of all I need to ...
3
votes
1answer
1k views

Room reservation Exchange <> Sharepoint Online (Office 365)

Is it possible to create a room reservation in a calendar on Sharepoint Online? If so, how can this be done? Also, Is it possible to add resources (like projectors,...) without adding them as a room? ...
2
votes
1answer
139 views

Can we have privileges to access 14 hive folder in Office 365 (SharePoint Online) ?

I am using SharePoint Online (Office 365) i want to know that can we have privileges to access 14 hive folder in Office 365 ?
2
votes
3answers
983 views

Caml query builder Office 365 Sharepoint Online

Does anyone knows where to find a CAML query builder that I can use for Office 365, Sharepoint Online? (if there exists one)
2
votes
1answer
348 views

Dropbox access from SharePoint

I am new to Dropbox, and I'd like to know if there is an easy way to access Dropbox content from SharePoint 2010 / Office 365. For example, should I consider BCS? Or is there a way to work with the ...
2
votes
1answer
35 views

Reading from text files within a sandboxed solution

So I have a set of plain text files included in some directories within sandboxed solution. I want to use these text files to programmatically insert data to SharePoint Online using an event receiver. ...
2
votes
1answer
959 views

Send e-mail with SMTP (Office 365)

I need to show a popup-window with a basic e-mail layout and send the e-mail after pressing the send button. The popup, I've created and also the webpart within. But when I want to send the e-mail, it ...
2
votes
2answers
270 views

Publish contenttype after activating feature (Office 365)

I've created a Contenttype and some fields in a visual studio project. They are deployed when activating the "Content types"-feature. But here's the problem: I want them to be deployed to the Content ...
2
votes
1answer
486 views

Javascript get SharePoint List items, enumerate, and locate and pin each item on Bing Map

The map is rendering and debugging in IEf12 does not show any error with loading the list. I am using a CEWP referencing this file - SharePoint Online (Office 365). What's wrong with this code? ...
2
votes
4answers
431 views

Use custom columns with Content Query Web Part

I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part. ...
2
votes
1answer
385 views

How to get value from URL in Sandbox solution of Office 365 (SharePoint Online)?

I have created custom webpart and deployed on default edit page. now i wnt to access the ListItem ID from the Page URL but it gives error that you can not use request.Query String in Office 365. How ...
2
votes
2answers
1k views

Mounted Office 365 sharepoint workspaces lose connectivity - how to fix?

I'm trying to get my sharepoint workspaces on office 365 to mount like network drives. I can achieve this following microsoft guidelines, but after a while this fails. The user has to login again to ...
2
votes
1answer
339 views

How to use dll file and resource files in Sandbox Solution of SharePoint Online (Office 365)?

I am currently working with SharePoint Online(Office 365), so that i am creating the sandbox solution for creating custom web-parts. Here problem is that i want to use Ajax Control Toolkit(dll) and ...
2
votes
2answers
731 views

Page redirection in sharepoint 2010 webpart(sandboxed solution) using c# code is it possible?

I am using a sandboxed solution (sharepoint 2010 project is on office 365 hence using sandboxed solution) and want to go from one page to another on a button click event. This is achieved by ...
2
votes
2answers
558 views

Remove prefix string# from list

How can I remove prefix string#? from list using calculation field. How can I remove prefix string#? from list using calculation field. I have column [Nazwa klienta] - this is a calculated column. To ...
2
votes
1answer
586 views

Customize Analytics Report in Sharepoint-Online (Office 365)

When I go to my site's analytics page, (www.mydomain.com/sites/mysite/_layouts/WebAnalytics/Report.aspx), I am able to see analytics data. For some reason, I have to go there instead of ...
2
votes
1answer
1k views

SharePoint Online and Business Intelligence

Is it possible to create a Business Intelligence Center Site Collection in SharePoint Online? Is Performance Point available for SharePoint Online? Where do I find more info about SharePoint Online ...
2
votes
2answers
360 views

Office 365 SharePoint, can you script (powershell) or code provisioning of the site?

I am trying to figure out if you can use Powershell with Commandlets to provision a new site. Basically if a customer calls for our solution can I write script that sets it all up? (Creating the site ...
2
votes
0answers
19 views

Weekly newsletter alert on Blog library shows pending entries

We’ve setup an alert on our internal blog that sends an email once a week with all the new blog posts, as follows: The problem is that it sends both Approved and Pending blog posts! Is there a way ...
2
votes
0answers
110 views

What are the current options for a Sharepoint Online trial from Windows XP?

A year ago I had 30-day trial for Office 365 (Sharepoint Online 2010). Everything worked fine from my Windows XP SP3 (x86. 32-bit) for development from Infopath Developer and Sharepoint Designer ...
2
votes
0answers
120 views

sync office 365 Outlook Calendar with office 365 SharePoint Calendar

I want to synchronize office 365 outlook calendar with office 365 SharePoint calendar. How to do this ? Is it Possible ?
2
votes
0answers
340 views

How to add CustomAction button in Ribbon of DocumentLibrary in SharePoint Online?

How can I add a CustomAction button in Ribbon of Document Library in SharePoint Online (Office-365) for Sandbox solution without any code ? I have created team-site in SharePoint Online. And having ...
2
votes
1answer
126 views

Failed to upload huge size file to Office 365 site

We have a Office 365 site. When we upload documents of few MB from Browser, they are successfully uploaded to document library but when we tried to upload file of size greater than 50MB, we get the ...
2
votes
2answers
114 views

Programmaticly create a new site in Office365

I want to create a new site in a SharePoint Online (Office365) sitecollection. When I was looking for information in the msdn it was saying that this stuff is not available in sandboxed solutions. ...
2
votes
1answer
170 views

Displaying a SharePoint List from another team site in Sharepoint Online (office 365)

I'm looking for a solution for Office 365 and SharePoint Online like this: Code Project: Displaying a SharePoint List from another team site in Sharepoint Foundation 2010 I'm trying to display a ...
2
votes
4answers
3k views

treeview web part for document library

I have tried bamboo, redsun and other existed WebPart, none of those supports sp online My inquire is simple: how can I achieve such layout structure for left side menu, or where I could purchase or ...
1
vote
5answers
959 views

Create complete site programmatically

I want to create a complete site in Visual Studio (Sandbox solution), so it is easy to deploy (with one press on the button on site collection level) to Office 365 / SharePoint Online. I can create ...
1
vote
3answers
65 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 ...
1
vote
3answers
1k views

Can I host a Microsoft Access database in Office365?

Is there an Office365 plan that allows me to upload a Microsoft Access database into Access Services? I cannot see that any of the plans support this, but I'd be surprised there truly is not a way. ...
1
vote
3answers
346 views

Office 365 and Office 2013

I can't open Word, Excel file from SharePoint in client application Word and Excel (Office 2013). When I click to the file, SharePoint inform me that I don't have any client application. From Word or ...
1
vote
3answers
630 views

Office 365 apps

I am new to Office 365. Can any one tell me whether custom webparts (sandboxed) cabe be built as an app to sharepoint online? is yes the how a webpart can be published as an app ?
1
vote
1answer
518 views

Define subsites in webtemplate

Is it possible to define a subsite in a webtemplate? I can't use a site definition because I'm working in Office 365 - SharePoint Online. Wrong approach: I thought about activating a site-feature in ...
1
vote
1answer
19 views

SharePoint Online CSOM Authentication Code does not working on Sandbox solution

i need to customize public site and used custom login page for authenticated SharePoint Users. i am follow below post : http://community.office365.com/en-us/forums/154/p/57156/207461.aspx#207461 ...
1
vote
1answer
118 views

How can I make a folder absolutely private?

I am struggling a bit with this problem. I have full control in my Office 365 environment, but now I want to make a folder only accessible by a certain member, not even for me. I already made a ...

1 2 3 4