web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How load AOT ressource by code in D365

(1) ShareShare
ReportReport
Posted on by 642

Hi,

I would like to get a ressource (a file XML) stored in AOT. And the code has changed since AX 2012.

My code AX 2012 :

TreeNode resourcesNode;

resourcesNode = infolog.findNode(#ResourcesPath);

resourceNode = resourcesNode.AOTfindChild("ressource name");

resourceNode.AOTload();

data = SysResource::getResourceNodeData(resourceNode);

The AOTload it's now obselete in D365

Please could you help me to do the same in D365

Thanks in advance

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    236,570 Most Valuable Professional on at
    RE: How load AOT ressource by code in D365

    It's quite easy now:

    resourceNode node = SysResource::getResourceNode(resourceStr(ResourceName));
    SysResource::getResourceNodeData(node);
  • DONA Profile Picture
    642 on at
    RE: How load AOT ressource by code in D365

    Very Nice. Thank you Martin

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#2
Community Member Profile Picture

Community Member 2

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans