且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Acumatica-向“操作”下拉菜单中添加其他按钮以显示屏幕CT30100

更新时间:2023-11-29 23:25:40





我不知道您使用的是哪种自定义技术,但是您无需修改​​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);
}