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…
Question
Which elements can contain X++ methods?
Options
- AInfo parts
- BTables
- CEnumerators
- DExtended data types (EDTs)
How the community answered
(33 responses)- A15% (5)
- B73% (24)
- C3% (1)
- D9% (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
Community Discussion
No community discussion yet for this question.