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"));
}