for questions completely specific to the MS-provided SharePoint cloud service (Office 365/BPOS)
0
votes
0answers
4 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
9 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
15 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
8 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
0answers
14 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
0answers
7 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
17 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
1answer
20 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
43 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 ...
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
0answers
20 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:'" ...
2
votes
1answer
39 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
21 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
23 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
5 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
30 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.
...
0
votes
0answers
47 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 ...
2
votes
2answers
38 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
24 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
16 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/
...
0
votes
1answer
35 views
How can I show desktop version as default on mobile/tablet in Sharepoint Online/365?
Microsoft says that this isn't possible, but I'm sure there is a workaround of some kind out there. Can anybody help with this?
1
vote
3answers
94 views
Lookup Field programmatically in FeatureActivated
I've created a lookup field programmatically in the featureactivated method.
This is the code snippet.
public override void FeatureActivated(SPFeatureReceiverProperties properties)
{
using (SPWeb ...
1
vote
2answers
37 views
Lookup field two projects
I've got two Sandbox Solution projects in visual studio that I want to use in SharePoint online. The first project has a list and a lookupfield. The other project has an other list and I want to use ...
1
vote
1answer
38 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
1answer
55 views
Increase SharePoint Execution Timeout in SharePoint Online (Office 365)
I have office 365 site and web part added on this site. this web part create a document library. This is a sandbox solution
I want to create 2000 document library using this code snippet as follow:
...
1
vote
1answer
20 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
1answer
80 views
CAML Query to get Lookup field value
I've written an autohosted-app to show a few data that are in a list.
To get the data in the list, I use this piece of code with a CAML Query.
using (var clientContext = ...
1
vote
0answers
15 views
Change the Share Site Email Template in SharePoint 2013
Is there any way to change the Share Site invitation email?
0
votes
3answers
42 views
Is SharePoint Online useful for learning SharePoint development?
I've looked over a few of the learning SP threads, but the few references I've found to SP Online don't give any detail on its use for learning development.
I'm about to begin work on a project that ...
0
votes
1answer
26 views
Create a list that allows items to have sub items
I have a list that contains a large amount of technical data that includes drawings and engineering documents. Is it possible for each item (an individual drawing or document item) to have sub items ...
0
votes
0answers
45 views
Share only subsite with external users on Office 365?
I'm trying to find out how to share a subsite on Office 365, but I'm not able to figure it out. The idea is to have a site collection with a top level site "Projects". Then I will have subsites for ...
0
votes
0answers
33 views
What causes “portal.css” to be loaded on a My Site page?
I have a bizarre situation whereby if I deploy my custom branding solutions to my local SharePoint 2010 development environment, all the My Site pages automatically load a "portal.css" stylesheet (as ...
1
vote
2answers
84 views
Manage Site Content and Structure in SharePoint 2013 Missing?
I am not able to locate "Manage Site Content and Structure" option on publishing sites in SP 2013. Is it removed ?
0
votes
2answers
25 views
Create an associated record in another lists automatically linked with the record I've just created in a list
I've two lists, one of persons, and one of addresses for theses persons (my purpose is that one person may have multiple adresses).
I'd like, when I add a person, to be able to directly add an ...
0
votes
0answers
9 views
Infopath Hyperlink
Ok So I have a form that I am creating. I want the user to select a class from a drop down menu. Based on the class that they choose I want it to populate a hyperlink and that hyperlink needs to go to ...
0
votes
1answer
39 views
sharepoint app upgrade process with database -error temporarily unavaiable
hello i recently began to develop apps for sharepoint 2013 online on my office365 account.
And i am getting more familiar with upgrade process.
So I know how to upgrade app for sharepoint online. Only ...
0
votes
0answers
57 views
SharePoint 2013 Auto-hosted App intermittent error — “There was a problem registering the app principal”
I am trying to handle the App events and I am getting one weird intermittent error related to app principal.
When I try to deploy the Auto-Hosted App from visual studio, Sometime I am getting the ...
1
vote
1answer
40 views
Image slider with link to separate pages in sharepoint
I need to implement a image slider on sharepoint page.Image will be displayed and rotated after a certain time (say 5/10 secs).On click of those images I need to redirect user to a separate page.
I ...
0
votes
1answer
31 views
Export version history from sharepoint online using webservices
I am using webservices to export web from sharepoint online.
Migration is working fine but versions are not getting migrated with the web. I am using ExportWeb method of /_vti_bin/Sites.asmx service.
...
0
votes
1answer
11 views
Trigger Share site when item is added to list
I want to be able to add a new users details to a list, keeping it really simple with FirstName, Surname and email address to users list.
Once they have been added I want the "Share Site" process to ...
2
votes
0answers
87 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 ...
-1
votes
0answers
31 views
Cannot see user under Site Permissions [closed]
Added the user, User is there, but cannot see under site actions site settings site permissions, Microsoft Support First Level couldn't give an answer. When I open SharePoint Designer under Permission ...
0
votes
0answers
51 views
sharepoint (online)- provider/auto hosted- replacement for timer job
Recently i began to developing sharepoint 2013 on my office365 account.
I need a way to invoking tasks in given time intervals.
For example every hour invoke an action adding item to sharepoint list.
...
1
vote
1answer
24 views
Looking for a customized filter webpart for sharepoint online
the filter webpart is too weak in sharepoint online. I am looking for a customized filter webpart for sharepoint online. I tried to find the vendors but they all can only run on server, not ...
0
votes
0answers
15 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
1answer
75 views
how to made new post for sharepoint newsfeed webpart through custom webpart
i have a requirement to made new post through custom web part and this must be shown on sharepoint 2013 news feed web part
i am new with share point after the lot of googleing find a list of news ...
0
votes
1answer
77 views
Powershell scripting for creating lists Online version of SharePoint 2013?
I would like to know if we can script list creation and modification (i.e adding, deleting columns, etc..) using PowerShell for SharePoint online.
...
0
votes
0answers
80 views
Has anyone been able to get data from SharePoint Online (office 365) using SSIS?
I have been following the example in this site:
http://blog.nhaslam.com/2012/01/26/loading-reference-data-from-a-sharepoint-list-using-ssis/
And everything works just fine if SP is inhouse but ...
2
votes
1answer
308 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?
...
0
votes
1answer
29 views
SharePoint 2010 Site bandwidth Usage
I want to obtain a bandwidth utilization report for a Site Collection. Can any one let me know how I can do this?