使用Office 365在SharePoint 2013主页上制作应用程序部件

问题描述:

我已经在Outlook365中使用Napa制作了一个App部件,其中显示了我使用的外部应用程序的一个URL,该URL是我在其中使用的当前用户名,如图1所示(开发代码已成功制作)

I have made An App part using Napa in outlook365 which shows one URL of my external Application which I have made with that the current user name is there as in pic no.1{Devlopement code successfully Made}

现在,我已经建立了另一个Outlook帐户,其中SharePoint将通过最终用户的Office 365打开.当用户在上述应用程序的主页上的Outlook 365中打开他的SharePoint时,我需要以这种方式授予一些权利.该部分将以他的名字和URL开头.我需要授予一些权利或权限,以便他登录时的信息显示板可以显示该App部分.

Now I have made another outlook account in which SharePoint will open through office 365 which will be of End-user.I need to give some rights in such a way when user Open his SharePoint in outlook 365 on Main page the above App part will open with his name and above URL.I need to give some rights or permission so that his dashboard on login show that App part.

我不知道如何将上述开发人员代码与最终用户连接起来,以至于App部分将在最终用户仪表板中打开.

I don't know how to connect the above developer code with End user in such a way that App part will open in end user dashboard.

从Napa部署到本地SharePoint 2013有两个部分.

There are two parts to deploying from Napa to SharePoint 2013 On Premises.

  1. 发布应用并在本地下载.app文件
  2. 将应用程序上载到SharePoint 2013内部部署中的应用程序目录中

注意:将应用添加到应用目录"时,请仔细检查是否已选中启用"框.只有选中启用后,用户才能在其网站上看到该应用程序.

Note: Double check that the Enabled box is checked when adding the app to the App Catalog. Only when enabled is checked can users can see the app in their sites.

注释2 :如果本地SharePoint 2013服务器场中没有应用程序目录,则必须首先通过管理中心创建一个应用程序目录.

Note 2: If you don't have an App Catalog in your On-Premises SharePoint 2013 Farm, one must be created through Central Administration first.

  • Manage the App Catalog in SharePoint 2013
  • Package your add-in using Napa or Visual Studio to prepare for publishing