This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Creating extensions is the method used to make customizations in finance and operations apps. Which of the following is a benefit of using extensions instead of overlaying?
Extensions take less time to create.
Build times are reduced with extensions.
Updates are rolled out less frequently by using extensions.
Extensions cost more to maintain than overlaying.
Which of the following statements is true regarding extending enums in Visual Studio?
Enums, where the IsExtensible property is set to True, can be extended.
Any enum in Visual Studio can be extended.
Only enums that are contained in the Application Suite model can be extended.
Enums, where the IsExtensible property is set to False, can be extended.
You want to create an extension from an element in the AOT. What must you verify to create this extension?
Ensure that the Sync database on build property is set to True.
Check that you're referencing the model that houses the element that you want to extend.
Incorrect. Verify that the AOT is set to Model view instead of Classic view.
You create a new class by using a method. You need to protect the method from being extended by using Chain of Command (CoC). Which attribute or modifiers should you use to protect the method?
Use ´[Hookable(false)] as a method attribute.
Use ´[Wrappable(false)] as a method attribute.
Use ´[Replaceable(true)] as a method attribute.
Use a protected modifier.
You must answer all questions before checking your work.
Was this page helpful?