Add Custom action as part of the Action dropdown (

2019-09-13 18:03发布

I would know how to add an Action button but did not manage to identify how to add this under the Actions menu. It is being added as a separate link button and not as part of the actions sub-menu. How can you achieve this please?

标签: acumatica
1条回答
迷人小祖宗
2楼-- · 2019-09-13 18:47

This post should help with your answer: Adding Custom Action to "Actions" Drop Down in Extension

You can add it by using AddMenuAction on your parent button (action in this example):

MyGraph.action.AddMenuAction(myCustomAction);
查看更多
登录 后发表回答