Add the UI extension point into a UI script in the base application code. To add the
extension point, place an API call that identifies the location at which registered custom
artifacts execute.
始める前に
You must first create a UI extension point before you can
add it to a UI script in the application code.Role required: admin or the
specific role for the developer or administrator of the application
手順
-
In the application code, access the existing UI script that you want to add a
scripted extension point to, or create a new one.
To learn more about creating UI scripts, see
UI scripts.
-
In the UI script, add a line of code at the location that you expect to collect
and process the custom UI script output.
The code must contain the getExtensions command that identifies the client extension point against which the custom UI scripts are registered. This line of code is similar to what is in an application code
script include for scripted extension points. For an example, see Add a scripted extension point in the base application code.