for questions completely specific to the MS-provided SharePoint cloud service (Office 365/BPOS)
2
votes
2answers
1k views
Importing a WSP template - Error, require feature {69cadbef-ac7d-494d-9d0a-39a26e008377}
I've made a back up of site to produce a template file (WSP) in SharePoint 2010 online. I have then tried to import into my development platform, which is also SP 2010 online but keep getting the ...
2
votes
2answers
97 views
Can I display a field from a form in my form library view?
Once a user has submitted an Infopath form, can I have one of the fields in it (i.e. location 'London' or 'NYC') display in the library view of all the submitted forms?
If so, how do I do this?
...
2
votes
2answers
2k views
Embedding video
I've got a requirement to embed video on out intranet site. I've tried following the instructions here: ...
2
votes
1answer
950 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
41 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 ...
2
votes
1answer
427 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
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
4answers
418 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
3answers
325 views
Remove ribbon entirely on certain page?
Can this be done with SharePoint Online?
Failing that, for an entire site?
Thanks.
2
votes
1answer
378 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
345 views
How to allow users to submit forms but not view submitted forms?
How can I make it so that users can submit Infopath forms to a form library, but not be able to see the contents of other users' forms that have been submitted?
I know I can change their default ...
2
votes
3answers
1k views
Change regional settings through coding
How can we set the locale of a sharepoint site for a particular user according to his/her system locale through coding?
Edit: Specifically, I've created a list through coding. Suppose that I've added ...
2
votes
1answer
195 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
161 views
Sandboxed solution; social tags?
I want to create a webpart to retrieve some of the social tags a user has used. This has to run in SharePoint Online ie a sandboxed solution. I have code which does the same, but already the first ...
2
votes
3answers
66 views
Test the title for a value
As my previous post(s) indicate, I'm fairly new at developing for Sharepoint. I'm working on a Sharepoint 2010 cloud website and would like to try to find out how to test the following:
In the ...
2
votes
1answer
631 views
Remote authentication with SharePoint Online
I am following the article and sample that can be found in this address: http://msdn.microsoft.com/en-us/library/hh147177.aspx
Everything works fine but I need a more automated solution. The user ...
2
votes
1answer
56 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 ...
2
votes
1answer
154 views
Visual Web Part vs Visual Web Part (Sandboxed)
While I was creating a visual web part in Visual Studio 2010, I also saw an option to create Visual Web Part (Sandboxed) under Visual Studio Template Gallery.
I need to know how does a Sandboxed ...
2
votes
1answer
341 views
Managed metadata vs lookup for column
I have a property content type. I'm wanting to add a property code column which will look up the codes from somewhere else on a SharePoint Online site, where it can easily be managed by end users.
I ...
2
votes
1answer
337 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
727 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
552 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
272 views
SharePoint Online / 365 - Parse .MSG file server-side without outlook
I need to parse .msg files saved from Outlook, extract subject and attachments.
Is it possible to parse msg files without a 3rd party extension in a sandboxed solution?
The .msg files will be ...
2
votes
1answer
583 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
1answer
448 views
Changes not reflecting in WebPart
In sharepoint2010 I am using a webpart and custom toolpart[]. The following code is for toolpart array
public override Microsoft.SharePoint.WebPartPages.ToolPart[] GetToolParts()
{
...
2
votes
1answer
404 views
Sharepoint Online and custom BDC models
Hello I hope somebody can help.
I need to access an external timesheet from Sharepoint Online.
The Timesheet site uses a REST api to provide the data, not a WCF or traditional ASPX webservice. So ...
2
votes
2answers
1k views
Adding SPUsers to SPGroups programmatically changes User ID
In a SharePoint Online (Office 365) environment we created a Sandboxed WebPart to put SPUsers in SPGroups. The SPGroup is created on rootlevel and has been given permissions on a subsite. This Subsite ...
2
votes
1answer
906 views
Custom file upload in sandbox
I have a custom web part in a sandbox solution. Inside of the web part I have added an <input type="file" />. Upon postback I read the file using HttpContext.Current.Request.Files and save the ...
2
votes
1answer
1k views
Attach\Upload Files to a list item in Sandboxed Solution
I am trying to attach files to a list item through a sandboxed visual web part programatically. Tried the following options
SharePoint Attachments control: Not available for sandboxed solution
File ...
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?
2
votes
0answers
104 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
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
0answers
333 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
82 views
SharePoint - Detect Silverlight Version and upgrade if necessary?
My Silverlight 5 app is hosted in SharePoint Online.
It doesn't load (sticks at 100%) for users who have Silverlight 4 versions.
How should I upgrade those without the latest version to Silverlight ...
2
votes
0answers
114 views
Error when activating SharePoint Server Publishing Infrastructure in SharePoint Online
I'm using SharePoint Online Plan E3.
When I activate SharePoint Server Publishing Infrastructure in Site collection features, it always return error:
Server encountered an internal error.
I've ...
2
votes
0answers
38 views
Export sharepoint library to Access 2007
i'm trying to export sharepoint library (infopath forms ) from sharepoint 2007 to ms access 2007 but for some reason it only allows me to export 125 columns and 14,000 rows.
is there a way to export ...
2
votes
1answer
67 views
Internal & External URL on Same Port using Host Header is possible in SharePoint 2010 Site
I have one confusion... I have created one site using SSL on Port 5556. Now it is on Default Zone & working fine on local network using https://zyspnlb:5556/vip/...
Now, Team wants to make that ...
2
votes
2answers
111 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
3answers
472 views
What are the differences between Sharepoint 2010 vs Sharepoint Online/Office 365
We are going to work with Office 365 solution, and Sharepoint Online.
But before that, we want to know the differences between Sharepoint Online and Sharepoint 2010.
I searched for these, and I've ...
2
votes
0answers
221 views
Getting item level security on SharePoint online through standard web services
SharePoint 2010 and 2007 have a known limitation where you can't access item level security metadata (for example permissions assigned at folders and list items) using the standard web services ...
2
votes
0answers
129 views
Infinite loop error when using delimited repeating table from InfoPath
I am using a form template from infoPath 2007. The form has a repeating table.
When the user enters data into a field I want a delimiter to append to the end of the line- so that I can easily export ...
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 ...
2
votes
0answers
153 views
Handling upgrades for sandboxed solutions [closed]
I've been messing around with sandboxed solutions in SharePoint Online for a bit now. I have a few concerns about development, and especially maintenance.
In on premise environments I was used to ...
2
votes
1answer
177 views
Add a custom web part on web site page
I have a team site a a web site on my Office 365 (SharePoint Online Plan 1).
I've created a blog subsitesite on my team site.
How can I put a web part with my blog posts in a pege from public web site ...
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
958 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
5answers
1k views
Videos in sharepoint
I have my sharepoint site. My requirement is to efficiently show videos in my site (like the one in youtube). But I don't know what should be ideal approach to store videos.
FYI: I would have ...
1
vote
3answers
127 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
128 views
Changes in SharePoint Online (Office 365)
I have an idea to solve a problem by adding jQuery/javascript to a aspx page (in this case the DispForm.aspx) But I thought I've heard that SharePoint Online installs automatically updates. Can this ...


