Startup Actions
A startup action is an action that is triggered automatically when the admin studio instance is opened. For example, a startup action is triggered when the Portal Content Studio instance is opened, which opens the overview page.
● In the configuration <context> element, create a <Context> element for a standard folder that indicates the start of startup actions, with the following attributes:
○ name: startupActions
○ objectClass: com.sap.portal.pcd.gl.GlContext
● In the startup actions <context> element, create a <Context> element for each startup action.
Each startup action should be a delta link to an existing action. Set the following attribute for each startup action <context> element:
○ objectClass: com.sap.portal.admin.studio.config.action

The specified action is triggered automatically when the admin studio instance is opened.
For example, when the Portal Content Studio is opened, a startup action is triggered that runs the overview page for the Portal Content Studio.
