Acumatica-向“操作”下拉菜单中添加其他按钮以显示屏幕CT30100 [英] Acumatica - Add additional buttons to Actions drop down to screen CT30100

查看:68
本文介绍了Acumatica-向“操作”下拉菜单中添加其他按钮以显示屏幕CT30100的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Acumatica ERP屏幕CT301000动作下拉菜单中添加一个按钮,我已将该按钮添加到图形中,并修改了aspx以在 PXDatasource => CallbackCommands

I am trying to add a button to the Acumatica ERP screen CT301000 Actions drop down, I have added the button to the graph and modified the aspx to include the following in the PXDatasource=>CallbackCommands:

px:PXDSCallbackCommand Name="TerminateRevenue" Visible="false" CommitChanges="True"

但是我不确定如何将按钮添加到动作集合中。
有人有什么想法吗?
预先感谢。

However I am unsure how to add the the button into the Actions collection. does anyone have any ideas? Thanks in advance.

推荐答案





我不知道您使用的是哪种自定义技术,但是您无需修改​​aspx页面。只需使用以下代码


Hi I don't know which customization technique you're using, but you don't need to modify aspx page. Just use the following codes

public YourConstructor()
{
    action.Add(yourAction);
}

这篇关于Acumatica-向“操作”下拉菜单中添加其他按钮以显示屏幕CT30100的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆