Creating and adding a UI extension point
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- API implementation
When developing an application, create UI extension points and add them to the server-side UI macros, such as HTML extensions, or the UI pages in the base application code.
Use a UI extension point to designate the specific location where data or objects can be sent to a registered custom UI macro and where returned results are processed.
Create a UI extension point
Create a UI extension point that you can place in the UI macros, such as HTML extensions, in the application code. By placing the UI extension point, you designate the specific location in the application code where data or objects can be sent to a customization and where data is returned.
Before you begin
About this task
By creating a good definition, you provide a structure for the functionality of the extensions.
Procedure
Add a UI extension point in the base application code
Add the UI extension point into a UI macro or HTML extension in the base application code. To add the extension point, place an API call that identifies the location at which registered custom artifacts execute.
Before you begin
You must first create a UI extension point before you can add it to a UI macro or UI page in the application code.
Procedure