exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 3 question 39 discussion

Actual exam question from Microsoft's MB-500
Question #: 39
Topic #: 3
[All MB-500 Questions]

You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

You plan to modify properties of the EDTs by using an extension.
You need to determine which operations can be performed.
Which operation is possible?

  • A. Create a derived EDT for AccountId and decrease the field size.
  • B. Create an extension for AccountId and increase the field size.
  • C. Create an extension for AccountId and decrease the field size.
  • D. Create an extension for AccountBase and increase the field size.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
globeearth
3 months ago
Selected Answer: D
A is derived so it not a choice at all. Options B, C, D also will not work : -> These involve schema-affecting changes, which are not permitted in EDT extensions. -> Increasing or decreasing StringSize requires database schema changes (e.g., altering column sizes in tables like CUSTTABLE or VENDTABLE), which risks data integrity (especially for decreases) and is not supported by the extensibility framework. -> For AccountId (B, C), the inheritance from AccountBase further constrains field size changes, as the derived EDT’s size cannot deviate from the parent’s in an extension. -> For AccountBase (D), the impact is broader, affecting all derived EDTs and tables, making it equally unsupported.
upvoted 1 times
...
8933e4c
10 months, 3 weeks ago
Selected Answer: D
D is correct.
upvoted 1 times
...
OABUSALAMEH
2 years ago
D is correct
upvoted 3 times
...
Ganga425
2 years, 2 months ago
Selected Answer: D
D seems to be correct as Size cannot be increased for an EDT which is derived from other EDT
upvoted 4 times
...
Hmedd
2 years, 2 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
bilalkhan_1888_123
2 years, 3 months ago
D is correct
upvoted 2 times
...
Random2212
2 years, 4 months ago
Selected Answer: D
D seems correct
upvoted 1 times
...
JDDD
2 years, 8 months ago
Selected Answer: D
D is correct
upvoted 3 times
...
Evert2
2 years, 10 months ago
Selected Answer: D
D is the right answer
upvoted 1 times
...
MiBro
2 years, 10 months ago
Selected Answer: D
Answer is D
upvoted 1 times
...
LidiaRF
2 years, 11 months ago
Correct is D. Field size only can be modified in the base EDT
upvoted 4 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 ...