for questions completely specific to the MS-provided SharePoint cloud service (Office 365/BPOS)

learn more… | top users | synonyms

0
votes
0answers
20 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
39 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
179 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
47 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
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 ...
1
vote
1answer
66 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
25 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
164 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
19 views

Change the Share Site Email Template in SharePoint 2013

Is there any way to change the Share Site invitation email?
0
votes
3answers
55 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
29 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
50 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
47 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
160 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
26 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
11 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
53 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 ...
1
vote
0answers
73 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
43 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
49 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
123 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 ...
0
votes
0answers
59 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
25 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
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
1answer
134 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
109 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
99 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
525 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
35 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?
0
votes
0answers
41 views

Native SSRS reports inside SPO 2013 with claims-based authentication

We have 1000s of SSRS 2005 reports in native SSRS mode and about 300 hosted inside SharePoint 2007 in SP integrated mode. As we consider moving to SPO 2013 (o365) SSRS is not offered with SPO, and ...
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
44 views

How can I redirect user to the custom profile page in SharePoint online?

How can I redirect user to the custom profile page in SharePoint online? The ProfileRedirection delegate control cannot be used, because it is a farm scoped control. It looks like I can use JS to find ...
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 ...
3
votes
1answer
177 views

How can I pass authentication for asmx service in SharePoint 2013 (Online)?

I found that CSOM API don't allow modifying user profiles properties in SharePoint 2013, but this function is still in asmx user profile service. I know that SharePoint online users oAuth for ...
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
1answer
52 views

how to install app in sharepoint 2013 Publishing site?

I am trying to create one App for sharepoint 2013 publishing site. I can not see Apps catalog from where I can upload an app to the publishing site. On the other hand, if I see in developer site, I ...
0
votes
3answers
217 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 ...
1
vote
1answer
315 views

How to modify user profile properties using javascript in SharePoint 2013 (Online)?

I need to modify user profile properties using javascript (REST or CSOM). How can I do that? I don't see any methods in MSDN documentation about modifying profile properties without server code. ...
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?
0
votes
0answers
19 views

Notification when a external site user accepts/completes access

Is it possible in SharePoint 2010 on-line for admin users or even a group of users to be notified (by email or even a task added) when an external user who they invited completes the process and ...
0
votes
0answers
11 views

Modify the Sharesite popup content

I have a requirement to try and streamline a process I have created within SP2010 online. From an infopath form/page I want add a button which launches the Sharesite popup and i need the following to ...
1
vote
0answers
121 views

Programmatically add event to Outlook Calendar

How to programmatically add event to outlook calendar .. I want to programmatically add event to Office outlook calendar.
0
votes
2answers
116 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. ...
2
votes
1answer
16 views

Export Google Apps Domain to Sharepoint

Is is possible to export the entire Google Apps domain (docs/sites/calendars/emails/etc), basically every thing that is hosted by Google Apps, to an internal SharePoint site/ area?
2
votes
0answers
125 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 ?
0
votes
1answer
55 views

SharePoint online solution licensing

We are working on solution which we belive could be useful for organizations using SharePoint. We designed and implemented solution so it can be used in sharepoint online. Since we want to be selling ...
1
vote
2answers
45 views

show contents of doc in wikipage

I have a word-document (in a sharepoint-library, same site) library whose contents I would like to show in a wiki-page. So, not just a link to the document but actually see the contents of the ...

1 2 3 4 5 9