This common activities option rearranges the business object so that it has no instance list or filters - just a single command handler. This command is the default command so it is displayed as soon as the business object is displayed. 

  • A skeleton command handler and server module are created, so if you want, you can modify them to do what you need.
  • Or you can snap in a different command handler if you already have a command handler that you want to display on its own.
  • Or you can attach a RAMP destination to the command (which will replace the skeleton command handler).
Warning: When you use this option, all pre-existing filters and commands for the business object will be deleted.

Typical cases where you might want to do this are:

1. You want to switch the user to a new business object, pass it identifying data, and have the command display without any further user interaction.

2. The command handler has its own search logic and does not need a filter or instance list.

3. No search or select is required and you want navigation to be as simple as possible for the user - e.g. display a company website.

4. You want an unmanaged RAMP session to appear in its own business object:

    • Create the business object using the instant prototyping assistant
    • Use this Common Activity to make the business object into a single command business object
    • In RAMP tools, set up and choreograph your unmanaged session destination, and then attach the destination to the single command in the business object





  • No labels