nerdexam
Microsoft

MB-700 · Question #23

You are a Dynamics 365 Finance developer. You have a solution that records product weights. You must store up to four decimals of precision by using a standard Extended Data Type (EDT). You need to ad

The correct answer is A. Weight. In Dynamics 365 Finance, the Weight EDT is the standard Extended Data Type specifically designed to store product weight values and supports up to four decimal places of precision. It is the semantically correct and technically appropriate EDT to extend when adding a weight field

Manage implementations

Question

You are a Dynamics 365 Finance developer. You have a solution that records product weights. You must store up to four decimals of precision by using a standard Extended Data Type (EDT). You need to add the field in a new table. Which EDT should you extend?

Options

  • AWeight
  • BMarkupValue
  • CWeightBase
  • DAmountMST

How the community answered

(34 responses)
  • A
    94% (32)
  • B
    3% (1)
  • C
    3% (1)

Explanation

In Dynamics 365 Finance, the Weight EDT is the standard Extended Data Type specifically designed to store product weight values and supports up to four decimal places of precision. It is the semantically correct and technically appropriate EDT to extend when adding a weight field to a new table. MarkupValue is used for pricing surcharges, WeightBase is an underlying base type not meant to be extended directly for this purpose, and AmountMST is a monetary amount EDT tied to the accounting currency - none of these are appropriate for product weights.

Topics

#Extended Data Types (EDT)#Data precision#Dynamics 365 development

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice