Add a client extension point in the base application code

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.

    Before you begin

    You must first create a UI extension point before you can add it to a UI script in the application code.Role required: admin or the specific role for the developer or administrator of the application
    Note:
    To learn about application-specific administrator roles and delegated development, see Access control rules in application administration apps and Delegated development and deployment.

    Procedure

    1. In the application code, access the existing UI script that you want to add a scripted extension point to, or create a new one.
      To learn more about creating UI scripts, see UI scripts.
    2. In the UI script, add a line of code at the location that you expect to collect and process the custom UI script output.

      The code must contain the getExtensions command that identifies the client extension point against which the custom UI scripts are registered. This line of code is similar to what is in an application code script include for scripted extension points. For an example, see Add a scripted extension point in the base application code.