Scripted Extension Point form fields

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • List of fields in the Scripted Extension Point.

    Tableau 1. Scripted Extension Point form fields
    Field Description
    Name Unique name for the extension point. The name can be up to 100 alphanumeric characters, including special characters.
    API Name Name of the extension point API that is pre-pended with the application scope to which it applies. This is a system-assigned name and can’t be changed.
    Application Application to which the extension point is assigned. This is system-assigned and can’t be changed.
    Accessible from Application scope that defines the applications that can access this scripted extension point. The available values are:
    • All application scopes — Can be accessed from any application scope.
    • This application scope — Can be accessed from the current application scope.
    Active Option to enable the scripted extension point.
    Description Descriptive content regarding the scripted extension point.
    Script The server-side script to run when called from other scripts.

    The script must define a single JavaScript class or a global function. The class or function name must match the Name field.

    Client callable Options to make the scripted extension point available to client scripts, list/report filters, reference qualifiers, or, if specified, as part of the URL.