QuestionQ262

Design and develop AOT elements

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

Question Image

You plan to modify the EDT properties by using an extension.

You need to identify which operations can be performed. Which operation is possible?

  • A Create an extension for AccountBase and decrease the field size.
  • B Create a derived EDT for AccountBase and increase the field size.
  • C Create an extension for AccountId and increase the field size.
  • D Create an extension for AccountBase and modify the Form Help property.
Explanation

Dynamics 365 Finance EDT extensions can modify the Form help property. By contrast, String size can be changed only for a root EDT and only to an equal or greater value; it cannot be decreased or changed on the derived AccountId EDT.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!