Show TOC Start of Content Area

Background documentation Startup Actions  Locate the document in its SAP Library structure

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.

XML Script

      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

 

This graphic is explained in the accompanying text

Result

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.

This graphic is explained in the accompanying text

 

 

 

 

 

 

 

End of Content Area