Microsoft
MB-500 · Question #60
You are working with extended data types in Visual Studio. You need to create an extension of an Extended Data Types (EDT) that is derived from base data types. Which three properties can be…
The correct answer is A. String size C. Form help E. Label. String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions. Labels and Help text properties can be changed by an extension, but only one value can remain…
Design and develop AOT elements
Question
You are working with extended data types in Visual Studio. You need to create an extension of an Extended Data Types (EDT) that is derived from base data types. Which three properties can be modified? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- AString size
- BIsExtensible
- CForm help
- DAlignment
- ELabel
How the community answered
(19 responses)- A95% (18)
- B5% (1)
Explanation
String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions. Labels and Help text properties can be changed by an extension, but only one value can remain. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-edts
Topics
#Extended Data Types#EDT extension#modifiable properties#EDT derivation
Community Discussion
No community discussion yet for this question.