Using scripted extension points in server-side scripts
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
Use the scripted extension points in the server-side script includes that store JavaScript functions and object classes. By using extension points, you can integrate customizations without actually altering the core components in the application code.
You create the scripted extension points and add them to the script includes in the base application code. When customizing a base application, you implement the scripted extension points by creating the custom script includes and registering them against the scripted extension points.