Removing Landing Pages

By default, in Siebel Open UI, desktop applications are configured to have landing pages, but Mobile applications do not have default landing pages. Follow the instructions in this topic to skip the display of landing page entirely.

To remove landing pages

  1. Navigate to the Administration - Runtime Events screen, and then the Action Sets view.

  2. Create an action set with a Name of your choosing and default field values.

  3. Add a new action to the action set you created in Step 2 with the following defined values:

    Field Value

    Name

    Action Name

    For example, Remove Landing Page.

    Sequence

    1

    Profile Attribute

    Is Landing Page Enabled

    Value

    FALSE

  4. Navigate to the Administration - Runtime Events screen, and then the Action Sets view.

  5. Create a run-time event with the following values:

    Field Value

    Object Type

    Application

    Object Name

    Name of application

    For example, Siebel Universal Agent.

    Event

    Login

    Action Set Name

    Select the action set that was created in Step 2.

    Sequence

    Sequence number

  6. Navigate to the Administration - Personalization screen, and then the Applets view.

  7. Query for the Conditional Expression using containing the following string:

    "*Is SUI_THEME Landing View*"

  8. Select a record from the results of the search performed in Step 7, then remove the following expression from the Conditional Expression string:

    GetProfileAttr('Is SUI_THEME Landing View') = 'FALSE'

  9. Repeat Step 8 for every record returned in the search performed in Step 7.

  10. Select Reload Personalization Rules from the applet menu.