nerdexam
Microsoft

MB6-704 · Question #70

Which elements can contain X++ methods?

The correct answer is B. Tables. Every table object has instance methods that can be categorized as either system-defined or ap- plication- defined. Tables in Microsoft Dynamics AX have a number of system-defined methods, such as insert, validateField, validateWrite. Methods can be created on many kinds of…

Develop Application Objects

Question

Which elements can contain X++ methods?

Options

  • AInfo parts
  • BTables
  • CEnumerators
  • DExtended data types (EDTs)

How the community answered

(33 responses)
  • A
    15% (5)
  • B
    73% (24)
  • C
    3% (1)
  • D
    9% (3)

Explanation

Every table object has instance methods that can be categorized as either system-defined or ap- plication- defined. Tables in Microsoft Dynamics AX have a number of system-defined methods, such as insert, validateField, validateWrite. Methods can be created on many kinds of items in the AOT other than just classes. The list in- cludes the following:

Topics

#X++ methods#tables#application objects#AOT elements

Community Discussion

No community discussion yet for this question.

Full MB6-704 Practice