【问题标题】:Insert a Power BI report into a custom page in AL将 Power BI 报表插入 AL 中的自定义页面
【发布时间】:2019-06-20 14:14:02
【问题描述】:

我是 Microsoft Dynamics 365 Business Central 和 AL 代码的新手,我的老板告诉我,他希望在我们的沙盒环境中看到一个新页面,其中显示嵌入了 Power BI。有什么方法可以显示标准“客户列表”的右侧部分,您可以选择 Power BI 报告?

提前致谢

page 50101 "Sample Page"
{
    PageType = Card;
    ApplicationArea = All;
    UsageCategory = Lists;
}

这是我想要的结果或类似的结果。 https://imgur.com/a/TW4mSTe

【问题讨论】:

    标签: visual-studio-code powerbi dynamics-business-central


    【解决方案1】:

    我没有这样做,但我相信您应该能够使用 Control Add-In 嵌入 Power BI 报表。

    控件加载项对象允许您将自定义功能添加到 Dynamics 365 Business Central。控件加载项是自定义控件或可视元素,用于在 iframe 或页面中显示和修改数据。例如,控件加载项可以显示网页的内容,将数据可视化为图表或地图,或托管自定义 Web 应用程序。

    参考:
    https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-control-addin-object

    观看此 Youtube 视频以获取简短演示
    How do I add a Custom Control? | Dynamics 365 Business Central

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-10-02
      • 2020-11-26
      • 1970-01-01
      • 2019-06-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多