Creating and adding a client extension point
Create client extension points and add them to the client-side UI scripts in the base application code.
Use a client extension point to designate the specific location where data or objects can be sent to a registered custom UI script and where returned results are processed.
- Create a client extension point
Create a client extension point that you can place in the UI scripts in the application code. By placing the client 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. - Add a client extension point in the base application code
Add the UI extension point into a UI script in the base application code. To add the extension point, place an API call that identifies the location at which registered custom artifacts execute.
Parent Topic:Using client extension points in client-side UI scripting