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,650 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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dserp Profile Picture

dserp 4

#2
dekion Profile Picture

dekion 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans