All applications that use Extensibility in SDx use methods that are configured using the WebClientExtensibility Client API or the WebClientExtensibilityMultiple client API. This depends on whether you want to restrict the method to single or multiple objects.
You can choose how you want your method to display the Extensibility application in the SDx as follows:
Display extensibility application as a feature set
You can display an Extensibility application as a feature set on the Home menu. This is useful for scenarios where there is no starting object, such as a Power BI report.
-
Create a method.
-
Select the WebClientExtensibility client API or select the WebClientExtensibilityMultiple client API for multiple objects.
-
Enter the URL of the application that you want to embed in the SDx.
-
Configure the Access Groups for the method.
-
Relate the new method to the feature set in which you want to display the Extensibility application.
Display extensibility application in the Actions menu
You can display an Extensibility application from the Actions menu. This is useful for scenarios when there is a starting object.
-
Create a method.
-
Select the WebClientExtensibility client API to restrict to a single object or select the WebClientExtensibilityMultiple client API for multiple objects.
-
Enter the URL of the application that you want to embed in the SDx.
-
Configure the Access Groups for the new method.
-
Relate the new method to the required object interface definition so that the method appears in the Actions menu.