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

Scripted Extension Point form fields

List of fields in the Scripted Extension Point.

FieldDescription
NameUnique name for the extension point. The name can be up to 100 alphanumeric characters, including special characters.
API NameName 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.
ApplicationApplication to which the extension point is assigned. This is system-assigned and can’t be changed.
Accessible fromApplication 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.
ActiveOption to enable the scripted extension point.
DescriptionDescriptive content regarding the scripted extension point.
ScriptThe 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 callableOptions to make the scripted extension point available to client scripts, list/report filters, reference qualifiers, or, if specified, as part of the URL.

Parent Topic:Create implementation in Scripted Extension Point