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)

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
    237,880 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
    237,880 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

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