Hi Community
it's about FO365
I have changed a label value, but the SysLabel::labelId2String(literalstr('@test'), 'En') function returns the old previous value anyway.
I guess the reason is in some cache or something like this
I have tried to clear a cache uing this
xSession::removeAOC();
SysTreeNode::refreshAll();
SysFlushDictionary::main(null);
SysFlushAOD::main(null);
SysFlushData::main(null);
//SysBPCheckAIFDataObject::flushCache(true); // only for AX 2012
SysFlushReportServer::main(null);
SysFlushSystemSequence::main(null);
xSession::updateAOC();
Maybe you know what else it is possible to do to renew the label value?
thanks
Ruslan