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?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156