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)

XML Axapta

(0) ShareShare
ReportReport
Posted on by

Hello Guys!

I need do smth like that in x++: <Record table="ManualDiscount">

I can create xml element but without 'ManualDiscount'.

Someone can help me?

Thanks a lot!

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at

    We need to know how you're creating XML now before we can say how to change it to skip an element.

  • Community Member Profile Picture
    on at

    ...

    xmlDoc = XMLDocument::newBlank();

       nodeRoot = xmlDoc.documentElement();

       PanelNode = xmlDoc.appendChild(xmlDoc.createElement("Recordtable"));

       PanelNode.text("discountTable_itp");

       PanelNode1 = PanelNode.appendChild(xmlDoc.createElement('Fields'));

       actionTypeNode = PanelNode1.appendChild(xmlDoc.createElement('ActionType'));

       actionTypeNode.text(actionType);

       LengthNode = PanelNode1.appendChild(xmlDoc.createElement('StoreId'));

       LengthNode.text(_storeId);

       WidthNode = PanelNode1.appendChild(xmlDoc.createElement('DiscountID'));

       WidthNode.text(discountTable_itp.DiscountId);

    ...

    Now, i have smt like that:  

    <RecordTable>

    <Fields>

    ...

    </Fields>

    </RecordTable>

    I want to smt like that:

    <RecordTable = "Blablabla">

    <Fields>

    ..

    </Fields>

    </RecordTable>

  • Verified answer
    Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at

    It's called 'attribute'.

    panelNode.setAttribute('table', 'Blabla');

  • Community Member Profile Picture
    on at

    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 March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
GL-01081504-0 Profile Picture

GL-01081504-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans