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

Announcements

No record found.

News and Announcements icon
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
    239,031 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans