exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 17 discussion

Actual exam question from Microsoft's MB-820
Question #: 17
Topic #: 1
[All MB-820 Questions]

HOTSPOT -
You have the following XML file sample for the Items list:

You plan to create the next XML file by using an XMLport object.
You need to complete the code segment to export the file in the required format.
How should you complete the code segment? To answer, select the appropriate options in the answer area.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ivanrlg
Highly Voted 1 year, 1 month ago
textelement para "Items" tableelement para "Item" fieldattribute para "No" fieldelement para "Description"
upvoted 15 times
...
Rebe
Highly Voted 1 year ago
Table Element Field Attribute Field Element
upvoted 11 times
...
606a258
Most Recent 2 weeks, 1 day ago
No and Description on one level textelement(Items) Tableelement (Item; Item) Fieldelement (No; Item."No.") Fieldelement (Description; Item.Description)
upvoted 1 times
...
leoizgon
3 months ago
textelement para "Items" tableelement para "Item" fieldattribute para "No" fieldelement para "Description"
upvoted 1 times
...
intentando
3 months, 3 weeks ago
Item --> it repeats --Tableelement <Item No="10000"> -->No. is a fieldattribute Description --> fieldelement
upvoted 1 times
...
TravisChe0813
6 months, 4 weeks ago
TableElement FieldElement FieldAttribute According to the provided sample, the Description is an attribute to the No. field.
upvoted 1 times
TravisChe0813
6 months, 4 weeks ago
Relook at the curly bracket structure, both should be field element. As the attribute must be within an element
upvoted 1 times
...
...
e3b13ec
7 months ago
can you please fix the Solution
upvoted 1 times
...
ce1b09c
10 months, 2 weeks ago
schema { textelement(Customers) { tableelement(Customer; Customer) { fieldelement(Address; Customer.Address) { fieldattribute(County; Customer.County){} fieldattribute(City; Customer.City){} } } } } https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-xmlport-schema
upvoted 4 times
...
75ed3a2
1 year ago
Correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...