Sign up for Office 365
Learn more about Office 365
Hello,
Can you please explain if there is an easy way to go back to OUTLOOK after I have completed working on files in TEAM SITE. Currently I use the back arrows.
Thank you
Hi,
This is Tim with Microsoft Office 365 SharePoint Support.
If you are using a Small Business (P1) subscription, you should have the option for Outlook across the top of the Team Site. You can click on that and it will take you to Outlook (OWA). Please refer to the screen shot below.
I will continue to monitor this thread if you have any additional questions. Thanks, Tim Muth
Microsoft Office 365 SharePoint Support
1 out of 2 people found this post helpful.
What if your organization is on the E1 subscription? Is there a way to configure a link back to your portal page
Unfortunately, with Enterprise subscriptions, it is not possible to have the "Home", Team Site" and "Outlook" links across the top of the page. You have two options around this. You can create a bookmark/favorite in your browser so you can easily navigate back to the portal page. You can also create a navigation link in the Top Link bar to point back to your portal page.
Thanks, Tim Muth
1 out of 1 people found this post helpful.
what about the A2 plan for faculty? We also do not see the links across the top of the page when we are on outlook. When we type portal.microsoftonline.com it will take us to the "home" where the links will show up. Should the A2 plan have these links?
The A2 is equivalent to E2 and no, there will be no top menus on top of the page.
If you still want them (but I suggest adding bookmarks), you can modify the master page.
I did a fast change, and it is possible.
You have to copy the code from an P plan and paste it into the master page.
Then do some alignments and some arranging and that is all.
Alexandru Dionisie | www.tutorialeoffice.ro | MVP & MCC for Office 365
That code is very customizable.
You must be careful with the href for your Team Site.
I will create an tutorial in The Grid and then I will paste it here, so that you and others can add those navigation links back into E plans.
Here is the complete solution:
After a very fast test, I hurried up and posted the solution. The links had a very ugly look, but later that day I managed to solve the look problem.
Before
After
How to solve the problem ?
The final result is:
Note:
Example:
id=”SharepointID” href=”/SitePages/Home.aspx”
id=”SharepointID” href=”/teamsite/SitePages/Home.aspx”
Source: http://www.tutorialeoffice.ro/ms-office-365/navigation-links-sharepoint/