【问题标题】:How do I add the SendQuote Action to the Mobile App如何将 SendQuote 操作添加到移动应用程序
【发布时间】:2021-08-12 05:25:53
【问题描述】:

我正在尝试将网络应用程序中操作菜单中的发送报价单操作添加到移动应用程序。这是在销售报价屏幕 (CR304500) 上。我遵循了 Mobile Framework 指南中的文档,并且能够添加其他按钮。我用于移动屏幕的代码是

update screen CR304500 {
    update container "QuoteSummary" {
        add recordAction "SendQuote" {
            behavior = Void
        }
    }
}

提前谢谢你。

【问题讨论】:

    标签: acumatica


    【解决方案1】:

    原来是因为它在 Actions 文件夹中,所以我必须按如下方式输入。

    update screen CR304500 {
      update container "QuoteSummary" {
        add recordAction "SendQuoteActionsFolder" {
          behavior = Void
        }
      }
    }
    

    【讨论】:

      猜你喜欢
      • 2022-12-21
      • 2020-02-07
      • 1970-01-01
      • 2016-02-03
      • 2019-11-01
      • 1970-01-01
      • 2019-06-17
      • 2015-03-08
      • 1970-01-01
      相关资源
      最近更新 更多