Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 AX/Axapta在编译前提示?
我现在不小心多次点击了整个应用程序的编译,因为它需要 30-60 分钟,如果我可以事先添加一个提示,那就太好了。
谢谢
好吧,实际上它确实有一个提示\Classes\SysCompileAll\prompt。
\Classes\SysCompileAll\prompt
您可以考虑将其从菜单中删除。或者再做一个“你确定”的提示。
您可以通过按 Ctrl-Break 来停止编译。
您可以在类方法中添加提示ClassFactory.createCompilerOutput。从菜单或 AOT 调用编译器都会触发该方法。
ClassFactory.createCompilerOutput