DRAG DROP - An organization uses Visual Studio to develop customizations for Dynamics 365 Supply chain Management.
You need to create an extension for the CustTable form and add the extension to the Visual Studio project.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Step 1: In Solution Explorer, drag the CustTable form into the project.
Step 2: In The Application Object Tree (AOT), right-click the CustTable form.
Step 3: Select Create extension.
Note: To create an extension (in general terms), follow these steps: 1
In the Application Explorer window, expand the AOT node.
2
Expand the node for the element that you want to extend.
For example, in Classic view, extend the Data Models node, and then extend the Tables node to view all available tables.
3
Right-click the element that you want to extend.
4
Select Create extension to add an extension to your current project.
Select Create extension in new project if you want to add the extension to a new project.
The element will be added to a project in the Solution Explorer window, and it will open in the element designer.
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extension-example