QuestionQ193

Develop and test code

A company uses Dynamics 365 Finance. You are customizing elements for the extended data types (EDTs) shown in the following table.

Scenario Image

You have a table named WorkCalendar. The table has a column named BasicCalendarID that uses the BasicCalendarID EDT.

You need to increase the length of the column by using an extension.

Solution: Create an extension for CalendarName.

Does the solution meet the goal?

  • A Yes
  • B No
Explanation

CalendarName is unrelated to the EDT assigned to the column. BasicCalendarID derives from CalendarID, so increasing the field’s length requires extending the root CalendarID EDT; a derived EDT cannot have its string size changed through an extension. Modify extended data types (EDTs) through extension

Learn more

Community Discussion

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