Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Creating and adding a scripted extension point

When developing an application, create scripted extension points and add them to the script includes in the application code. Use a scripted extension point to designate the specific location where data or objects can be sent to a registered custom script include and where returned results are processed.

Note: For an example of a scripted extension point, see Using extension points to extend application functionality.

  • Create a scripted extension point
    Create a scripted extension point that can be placed in a script include in the base application code. By placing the scripted 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 scripted extension point in the base application code
    Add the scripted extension point into a script include in the base application code. To add the extension point, include an API call that identifies the location at which registered custom artifacts execute.

Parent Topic:Using scripted extension points in server-side scripts