for questions completely specific to the MS-provided SharePoint cloud service (Office 365/BPOS)
1
vote
2answers
213 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 ...
0
votes
1answer
23 views
Sharepoint Online traverse List Items and output HTML
I am building my WebPart locally and when ready will deploy to SPO.
I want to traverse the items of a list using LINQ (or whatever is most proper) and generate HTML based on those items.
That's all ...
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
How to retrieve Lookup List's lookup values in a third List
I am using sharepoint 2010 Lists.I have 3 Lists RoleFamily,Roles and Employees. RoleFamily defines under which Family a role exists.There fore RoleFamily is the Primary.The below image shows the ...
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
24 views
impossible to set background-image of a div for SharePoint online
I have created a Sandbox solution which contains two modules: one for Master page and other for Site Assets (js, css and images).
I have used background-image: url("") in my style sheet file to add ...
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 ...
2
votes
1answer
797 views
Programmatically refresh SAML token for Sharepoint Online
Am using Map Network Drive in Windows Explorer to add a Sharepoint folder. This link is valid for the lifetime of the security token that Sharepoint returns (say 10 hours). When the token expires, the ...
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 ...
1
vote
1answer
807 views
How to see if current user exists in people and groups field, using ecma/client-object-model
I have a list which has two fields. (Title,EditPermission). The EditPermission is "people and group" field. I can use the following code to compare the current user with the spuser in that field
...
0
votes
0answers
9 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
0answers
9 views
SharePoint Online o365 A2/P1 License questions
o365 SPO 2013
I've read the compare chart between A2 and A3 but wanted to confirm here:
With A2 (SPO P1 I think)...
Can we create custom 2013 workflows?
Create and serve Infopath Web forms with ...
1
vote
1answer
58 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:
...
1
vote
1answer
17 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
...
0
votes
1answer
47 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
410 views
Workaround for inviting external users to site-level groups in office365
I've got a site collection where each subsite requires their own unique permission groups (Let's call them siteVisitors, siteMembers and siteOwners)
Users in the siteMembers and siteVisitors groups ...
0
votes
2answers
976 views
Adding description to sharepoint link URL using the C# CSOM
I'm currently adding the URL except the description is an ugly link.
I would like to add the description to the URL in a links list on sharepoint online.
My current code to add a new item from an ...
0
votes
2answers
1k views
Sandboxed code execution request failed error
I have developed a webpart, deployed to local tested successfully. I've then added the WSP to my live environment (SP 2010 Online) but when I try to add in my webpart to a page i get the following pop ...
1
vote
0answers
23 views
SharePoint 2013: Download non-text files using REST or JavaScript object model
I have been scratching my head the all thought day figuring out a way to download non-text files like images from host SharePoint web into a App web (SharePoint hosted app).
The code below allows me ...
1
vote
0answers
13 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
0
votes
1answer
429 views
Sandboxed code execution request failed in Web Part with no Exception thrown
So I'm working on a web part for a client of mine targeting SharePoint Online, and I've run into a brick wall that I've been banging my head against for the last few hours. The web part executes a ...
0
votes
0answers
14 views
Can't Edit Word document in Web App 2013
I can edit any type of Office document such as PowerPoint,Excel etc...
But when i open Word document with docx extension and i try to edit online the "Edit in Word Web App" button is disabled.
I have ...
0
votes
0answers
20 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
1answer
21 views
Programatically adding webparts to a page in sandbox
I've successfully implemented code to add web parts to web part zones in code using WebPartManager's in other projects.
Now that I'm working in a sandbox solution, VS can't seem to recognise ...
0
votes
0answers
16 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
37 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 ...
0
votes
0answers
29 views
How do I open a template document in OfficeWebApp with Javascript?
I am using the following to open a template document from one location which will be saved to a another location:
<a href="javascript:'" ...
1
vote
1answer
1k views
What is the difference between /_layouts/usagedetails.aspx and /_layouts/WebAnalytics/Reports.aspx?
I've been reading about web analytics for SharePoint Online and everything I have read says to refer to https://[site]/_layouts/usagedetails.aspx. When I go there, I get the following message:
Usage ...
1
vote
0answers
18 views
“Office document”/“PDF” content is not appearing in SharePoint Online (Office 365) search
I am working on "SharePoint online". I have restored the site and everything is working fine except Search. Even search is also working fine but not including the result of Office document, PDF ...
1
vote
2answers
57 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
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
0answers
12 views
SharePoint Online 2013 o365 Personal Site vs Mysite
Fresh o365 instance. Noticed the SITES link in SPO gives you a personal page. Also noticed SPO (somewhere) offers you the option to create a My Site host.
on o365/spo 2013 What's the difference ...
2
votes
1answer
18 views
Migration of Sharepoint on-premises to sharepoint online Manually
Can any one of please let me know what is the step by step process of migrating SharePoint 2010 to SharePoint online with out using any third party component?
1
vote
2answers
298 views
Synchronize child site calendar to parent site calendar
Iam having a requirement that i need to synchronize the root site calendar to all child site calendars in the site collection. Is there any way for that with and without coding?
Please help me on ...
0
votes
1answer
24 views
SecurityException on list GetItems
I'm using custom list event receiver on SharePoint Online to process some field in the item.
In the Event Receiver, I use a query to another list to retrieve value from that list in to current item. ...
0
votes
2answers
114 views
InfoPath Code broke when Office 365 went from 14 to 15 please, anyone, check my code
Using SharePoint object model to add an new list item. All resources say the code should not have been affected in the upgrade. It builds with now errors ... deploys to the Sandbox and activates. ...
0
votes
2answers
396 views
Aggregate data from multiple site collections in SharePoint online
I have a question about showing data from multiple site collections in SharePoint online.
I want each customer to have it's own site. This should be a site collection because if I make it a normal ...
2
votes
1answer
192 views
createsite event handler in sharepoint online
I am writing an event handler that will create a new site whenever the new item is added to the list. My issue is it creates a new site everytime but it does and does not (randomly) execute the code ...
2
votes
1answer
55 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
1answer
24 views
Change user permissions on multiple list items?
I have a list with 50 items. I don't want to change users' permissions to the list itself, but I do want to restrict their access to the 50 items created so far.
When I select all the items together, ...
0
votes
1answer
27 views
Office 365/SharePoint Online development guidance, Client OM?
Has anyone found any guidance on developing for Office 365/SharePoint Online based on the SharePoint 2013 product line? We have been tasked with upgrading a webpart that was developed for SP on ...
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 ...
2
votes
1answer
32 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
0answers
115 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
2answers
40 views
Event Receiver site creation
I've got this eventreceiver that fires after an item has been added to a list.
The eventreceiver creates a subsite from a template I created myself. The only
problem is, every first time I try to add ...
0
votes
0answers
61 views
SharePoint 2013 EWS Managed API
I'am developing SharePoint provider-hosted app deployed on Azure Websites. I found, that it could be possible to create and send a meeting appointments via EWS Managed API:
MSDN Artice
I have some ...
1
vote
1answer
48 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 ...
1
vote
1answer
22 views
How to implement crud functionality between SP 2010 online (365) and MS CRM Dynamics Online 2011
I would like to create some CRUD (get, add, edit, remove) functionality in my SP 2010 Online (office 365) environment to control items in MS CRM Dynamics Online 2011.
This is the list (Service ...
0
votes
0answers
25 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 ...
0
votes
0answers
17 views
How can I filter a list that is imported from a MS Access table?
These are the things I have tried already.
www.sharepointbinder.com/1/post/2012/02/filters.html
request4it.wordpress.com/2012/03/13/filter-a-sharepoint-list-with-jquery/
...



