Scripted Extension Point form fields
List of fields in the Scripted Extension Point.
| 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:
|
| 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. |