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.
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.
Correct is D. Field size only can be modified in the base EDT
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.MB-500 Exam Questions
Log in to ExamTopics
Sign in:
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.
globeearth
3 months ago8933e4c
10 months, 3 weeks agoOABUSALAMEH
2 years agoGanga425
2 years, 2 months agoHmedd
2 years, 2 months agobilalkhan_1888_123
2 years, 3 months agoRandom2212
2 years, 4 months agoJDDD
2 years, 8 months agoEvert2
2 years, 10 months agoMiBro
2 years, 10 months agoLidiaRF
2 years, 11 months ago