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)

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
    236,316 Most Valuable Professional on at
    RE: XML Axapta

    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
    RE: XML Axapta

    ...

    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
    236,316 Most Valuable Professional on at
    RE: XML Axapta

    It's called 'attribute'.

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

  • Community Member Profile Picture
    on at
    RE: XML Axapta

    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
Community Member Profile Picture

Community Member 4

#2
Guy Terry Profile Picture

Guy Terry 2 Moderator

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans