Show TOC

ObjectNavigationLauncherLocate this document in the navigation structure

Use

You can use ObjectNavigationLauncher to launch an iView or portal page defined for a business object and a given operation.

Provider specific Information

ObjectNavigationLauncher is provider agnostic. Items may belong to any connector.

Supported Actions

Action name can be anything.

Properties

ObjectNavigationLaucher expects the following properties:

  • ObjectName (mandatory)

    A system business object imported from a back-end system into the PCD (Portal Content Dirrectory).

  • Operation (mandatory)

    An operation ID, defined for the business object.

  • ObjectValue (optional)

    All dynamic parameters required by the target page/iView.

  • System (optional)

    A system alias of the system in the portal system landscape, for which the business object was defined. Default is the system where the work item originated.

All other properties will be ignored.

Example

Following is the definition of an action that launches an iView or page assigned to the business object PRODUCT and the Operation CREATE . The target iView/page expects a dynamic parameter OBJECT_KEY , which is the external object id of the item:

<Action name="launchObjectNavigation" handler="ObjectNavigationLauncher">
  <Properties>
    <Property name="ObjectName" value="PRODUCT"/>
   <Property name="Operation" value="CREATE"/>
   <Property name="ObjectValue" value="OBJECT_KEY=${item.externalObjectId}"/>
  </Properties>
 </Action>

         

ObjectNavigationLauncher for webflow connector can be configured on the back end using SWFVISU transaction for visualization type object-based Navigation. The table below summarizes the mapping between the launcher parameters and the visualization parameters.

Launcher Parameter

Visualization Parameter

ObjectName

OBJECT

Operation

OPERATION

ObjectValue

VALUE

System

SYSTEM_ALIAS