Источник:
http://gatesasbait.spaces.live.com/B...B9F5!204.entry
==============
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.
X++:
public static void CompileFormletter(Args _args)
{
;
SysCompilerOutput::compileForward(className2Id("Formletter"));
}

Источник:
http://gatesasbait.spaces.live.com/B...B9F5!204.entry