static void UpdateCrossRefBatch(Args _args)
{
;
xRefUpdate::truncateXrefTables();//will drop all data from cross references table
xRefUpdateIL::updateAllXref(true, false, true);//will kick off batch job to rebuild it
info("Done, cross reference update batch job created.");
}
{
;
xRefUpdate::truncateXrefTables();//will drop all data from cross references table
xRefUpdateIL::updateAllXref(true, false, true);//will kick off batch job to rebuild it
info("Done, cross reference update batch job created.");
}
No comments:
Post a Comment