简体   繁体   中英

Dynamics AX 2012 MenuItemButton behavior

I have a button that has a Action in its MenuItemType. Is it possible to make it run two classes sequentially? I have one class that runs an external program and another to sync it. I want to combine the two operations in one button.

您可以编写另一个类,该类依次调用两个所需的类,并将此新类用于按钮。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM