Create implementation form
The following fields are available in the new implementation record for an extension point.
| Field | Description |
|---|---|
| Name | Unique name for the extension point implementation. |
| API Name | Name of the extension point API that is pre-pended with the application scope. This is a system-assigned name and can’t be changed. |
| Glide AJAX enabled | Options to make the scripted extension point available to client scripts, list/report filters, reference qualifiers, or, if specified, as part of the URL. |
| Mobile callable | Option to make the scripted extension point available on the mobile device. |
| Sandbox enabled | Option to let a client make changes to their extension points without causing global affecting. |
| Application | Scope of the extension point within which it works. |
| Accessible from | Application that can access this scripted extension point. |
| Active | Option to enable the scripted extension point implementation. |
| Description | Details of the 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. |
| Protection policy | Protection policy for script includes published as part of a custom application. |