Install App in Office 365 online - office365-apps

I'm trying to install an App from the Office Store in Office 365 Home Premium, specifically the online version accessed via OneDrive. Example of such an App would be Modern Trend for Excel. The documentation says click Insert > My Apps, but I don't find this menu option in the online Excel.
Can Apps be installed in the online version of Office? If so, how?

I doubt your question is suitable for SO as it seems you're asking about how to install an already made application as opposed to developing said applications.
In the event I'm incorrect...
Apparently not; that doesn't surprise me though. Also, notice the link you provided doesn't specify that it pertains to any of the online versions of mentioned programs.
I opened my account, created a blank worksheet, and tried to add an app. First thing to notice is that the ribbon is limited online. It doesn't even have the "Apps" section as shown in the link. So I proceeded to "open in Excel", which will open the file on your local machine. Yahtzee, I'm able to add the app.
Perhaps you should try adding the app at "home" and after opening the file online and see if the app is functional. Problem would be solved.

It looks like Microsoft currently has this feature on their development roadmap:
http://office.microsoft.com/en-us/products/office-365-roadmap-FX104343353.aspx

Related

Tableau Personal Space 401 on Web Edit

We recently upgraded to the latest version of Tableau and are encountering a serious problem. No-one in the tableau community has answered the question and even our paid Tableau support is not responding to us!
We are embedding a viz in our site and then allowing users to click on the "Edit" button which opens up a web-edit version of the workbook. We have special permissions setup that allows them to even save their changes. This has all been working fine.
As of the most recent upgrades where Tableau introduced this idea of a Personal Space we now get a 401 when trying to save in the Web Edit (now labelled "Publish as")
Clicking "Publish As" loads a modal which is meant to display a list of locations to save to but instead displays a spinner which never goes away. The console indicates an error specifically wit the new personal space - 401 - No authentication credentials were provided.
We are using trusted ticket authentication to display our embedded vizzes and have had no problems with web edit saving until now. If we log directly into Tableau the web edit saves perfectly. So it seems to be an issue of Web Edit Saving + Trusted authentication, specifically as it relates to personal spaces.
Seems clear to me that this is a Tableau bug but wondering if anyone can suggest any kind of fix or workaround.
Thank you
This has been confirmed by Tableau as a bug in their latest versions. Unclear when it will be fixed.
They provided us with the following workaround (which is not ideal from a security perspective) but works.
Workaround provided by Tableau. Configuration change required, setting unrestricted tickets to true.
https://kb.tableau.com/articles/issue/login-prompt-when-embedding-server
This is a temporary measure while Tableau develops a more permanent solution.

Locate NetSuite Outlook integration plugin download link

We recently installed the Outlook bundle in NetSuite, however the link to actually download the addon for Outlook never displays. Any idea how to get this to show up?
The link should show up in the Settings portlet on your Home Screen.
Here are the direct links to the the download page and installer:
https://system.netsuite.com/app/external/xml/outlook/outlookv3download.nl
https://system.netsuite.com/core/media/media.nl?id=429&c=3563537&h=7c09acb0c6ba5104ac0d&_xt=.bin
You said:
We attempted using these links after confirming we followed all setup steps correctly and still failed to see the downloads. Unfortunately still ran into an issue with .Net & VB Tools during install. Perhaps there is an issue with Win10?
Did Netsuite move your data center? If so then the link would be:
https://system.na?.netsuite.com/app/external/xml/outlook/outlookv3download.nl
Replace the ? with your regional data center number. Worked for me.

Remove 'uploaded' add-in Word Online

I’m preparing some ‘tutorial’ videos and have probably a stupid question that I'm just overlooking the answer.
I’m following the steps on starter:
https://dev.office.com/getting-started/addins?product=word
with the option “Other Tools”
This all works fairly straight forward, ending with adding the generated AddIn to Word Online:
My question is though …. How do you get rid of the just added Show Taskpane again?
I can’t imagine it to be very hard, but I just don’t see the option anywhere in Word Online, to clean up again and remove the add-in to get a clean slate for the next video….
localStorage.clear();
sessionStorage.clear();
There is no UI for it unfortunately. You need to clear your local storage. Here is an example for IE, run it on the JavaScript console (F12 tools). Then reload the page with Ctrl + F5.
Just an update here. You can right click the add-in command and select Remove Add-in.
This capability is available for add-ins acquired from the in client Office Store or via App Source.
If an add-in is centrally deployed, in Outlook, you can configure add-ins so a user can right click and remove the add-in if they don't want it.
For people coming here from google:
If you tested your javascript add-ins locally you can remove those add-ins in MS Word by going File-Options-Trust Center-Trust Center Settings...-Trusted Add-In Catalogs and click 'Clear'.

Creating a Box web app integration / callback that works only on folders?

I'm trying to create a web app integration for Box.com that is available from folders, like the "Send with Gmail" or "Send to Chatter" actions. It seems that integrations that we create from http://developers.box.com only work from files, and not from folders.
I did something similar to that in the past and I vaguely remember that the Box.com support team had to modify by action from their back-end to enable it; I compared integrations in my previous app with the new one I created and I see no visible difference in the configuration.
Has anyone done something similar recently and know the current procedure? I also tried opening a support case from their website and it hasn't been answered either.
The Box support team got back to me on this one and changed the configuration of my web app integration. It's now working the way I expect. They confirmed that they're the only one capables of doing this configuration change - it's not possible to do it from developers.box.com. If anyone needs that - just open a support case on community.box.com and they'll do it for you.

Configuring VB6 with VSS 2005

I have configured VB6 with VSS 2005, following functionality working fine :
Check In and Check Out of code
Get Latest Version
Showing error when code Check Out by another user.
Showing error if use try to edit code without Check In ( only when user takes latest version)
Difference I am finding in VB.Net and VB6 configuration with VSS are :
Code not getting Check In automatically when user try to edit code, without Check In Code.
Not allowing user to save changes and Check In code later after 1 or 2 days. User require Check In code before closing code.
Showing "Path/File access error:" for .vbp file.When user tries to save code on machine.
Allowing user to edit code without Check in when user opens the code first time.
I did all the settings mentioned in this link.
As MarkJ mentioned the vbp file is always saved when the application runs. You can cancel out of the dialog to run the project anyway but this is more hassle than just right clicking on the project root and checking out.
I am using Team Foundation Server with my VB6 projects and there is no auto check out in this either. I'm afraid you will have to live with it until you port the code the .NET
As I mentioned heredead link: WayBack version there is also a problem when you have some files or documents not in SourceSafe.
Specifically (as I still document here), when some of the files of a project are not associated with SourceSafe often no files have their SourceSafe status glyphs displayed.
The workaround I found was displaying the Add Files dialogue and then cancelling it. I offer my public domain add-in that automatically implements this workaround.
And BTW, make sure you install the latest VSS Service Pack.