Compile forward from code
Good morning,
Here is an X++
snippet
showing how to compile forward a class without using the context menu. It potentially bypasses developper licenses, not sure about that though.
public static void CompileFormletter(Args _args)
{
;
SysCompilerOutput::compileForward(className2Id("Formletter"));
}
{
;
SysCompilerOutput::compileForward(className2Id("Formletter"));
}
本文介绍了一种使用 X++ 代码编译指定类的方法,该方法通过 SysCompilerOutput 类的 compileForward 方法实现,可以不借助上下文菜单完成类的预编译。
422

被折叠的 条评论
为什么被折叠?



