Actions you need to perform to create class extension are:
1. use [ExtensionOf(classStr(<class>))]
2. mark the class as "final"
3. extension class name has to end with "_Extension"
4. any extended method has to have "next"
A. Mark the class as final: To create an extension class, the class must be marked as final to comply with the extensibility framework. This prevents the extension class from being inherited, as it is instantiated by the runtime system. Additionally, the class must be public and use the [ExtensionOf] attribute, but among the provided options, marking the class as final is a required action explicitly stated in the documentation.
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/class-extensions
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.MB-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
AliChehade
Highly Voted 1 year, 1 month agoProllyx
Highly Voted 1 year, 5 months agoglobeearth
Most Recent 3 months ago