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

Create implementation form

The following fields are available in the new implementation record for an extension point.

FieldDescription
NameUnique name for the extension point implementation.
API NameName 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 enabledOptions to make the scripted extension point available to client scripts, list/report filters, reference qualifiers, or, if specified, as part of the URL.
Mobile callableOption to make the scripted extension point available on the mobile device.
Sandbox enabledOption to let a client make changes to their extension points without causing global affecting.
ApplicationScope of the extension point within which it works.
Accessible fromApplication that can access this scripted extension point.
ActiveOption to enable the scripted extension point implementation.
DescriptionDetails of the 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.
Protection policyProtection policy for script includes published as part of a custom application.