The information in this post is based on Dynamics AX 2012 R3. It may or may not be valid for other versions.
static void UpdateCrossRefBatch(Args _args) { ; xRefUpdate::truncateXrefTables(); xRefUpdateIL::updateAllXref(true, false, true); info("Done, cross reference update batch job created."); }
No comments:
Post a Comment