This post is based on Dynamics AX 2012 R3.
static void UpdateCrossRefBatch(Args _args)
{
;
xRefUpdate::truncateXrefTables();
xRefUpdateIL::updateAllXref(true, false, true);
info("Done, cross reference update batch job created.");
}
Can someone please explain me this code, thanks.
*This post is locked for comments