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

Notifications

Announcements

No record found.

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
    237,965 Most Valuable Professional on at

    It's quite easy now:

    resourceNode node = SysResource::getResourceNode(resourceStr(ResourceName));
    SysResource::getResourceNodeData(node);
  • DONA Profile Picture
    642 on at

    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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans