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
the reason is found, resource dlls was been doubled in another model.
yes I built the label file, but it doesn't help
thanks
Ruslan
Did you build the label file?
André Arnaud de Cal...
292,111
Super User 2025 Season 1
Martin Dráb
230,934
Most Valuable Professional
nmaenpaa
101,156