xGlobal::forceFormPreload Method [AX 2012]

Forces form preloading to occur immediately.

client server public static void forceFormPreload()

Run On

Called

Normally, preloading occurs only when the client has gone idle. In scenarios where long-running X++ execution is occurring, this method can be used to force form preloading.

Show: