Skip to main content

Register an Extension Point

To register an extension, you can either use the package editor or application process editor.

Using Package Editor

In Package Editor, using the Extensions tab, we can register an extension point in the packages.xml.

Select Resource

Using Application Process Editor

We can also register extension points using the application process editor. When you double-click on a callExtensionPointAction, you will get a wizard to register the extension with a new application process.

You can enter a name for the extension and create an application process for the given extension. Once clicked "Finish extension point," the application process will be saved in the packages.xml.

Select Resource

Select Resource