Thursday, August 11, 2016

Clear Cache ax 2012

//Clear Cache ax Flush AOD ax 2012


SysFlushAOD::main(args);
SysFlushData::main(args);
SysFlushDictionary::main(args);
xSession::removeAOC();
SysTreeNode::refreshAll();
SysFlushDictionary::doFlush();
SysFlushAOD::doFlush();
xSession::updateAOC();

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...