Configuring Siebel Open UI > Customizing Siebel Open UI for Siebel Mobile > Customizing Scrolling and Swipe >

Configuring Infinite Scrolling


You can customize how Siebel Open UI displays infinite scrolling, which is a feature that allows the user to scroll through records in a list applet indefinitely. Siebel Open UI continues to scroll records as long as the user clicks the key that controls scrolling.

To configure infinite scrolling

  1. Set the following parameter in the InfraUIFramework section of the application configuration file:

    ScrollAmountSize = integer

    You can set the ScrollAmountSize parameter to an integer value. The default value is 5. For more information, see Modifying the Application Configuration File.

  2. Save your modifications, and then close the application configuration file.
  3. Log in to the Siebel Server, and then enter the following Server Manager command:

    change param ScrollAmountSize=value for comp applicationObjMgr_enu

    where:

    • value is an integer
    • application identifies a Siebel application

      For example:

    change param ScrollAmountSize=50 for comp ePharmamObjMgr_enu

  4. Set the following object manager parameters for the object manager that your Siebel application uses.
    Parameter
    Description

    NumberOfListRows

    Specify the number of rows that the Siebel application displays in list applets. The default value is 10. To specify the number of rows for an individual applet, you can use the HTML Number of Rows property of the applet. For more information about this property, see Siebel Object Types Reference.

    ScrollAmountSize

    Specify the number of records that Siebel Open UI scrolls each time the user clicks the key that controls scrolling. For example, if you enter the following value, then Siebel Open UI scrolls 15 records:

    15

    The default value is 5.

    To make sure Siebel Open UI scrolls smoothly, it is recommended that you set NumberOfListRows to a value that is three times greater than the value you set for ScrollAmountSize.

    For example:

    NumberOfListRows = 21

    ScrollAmountSize = 7

    For another example:

    NumberOfListRows = 30

    ScrollAmountSize = 10

    For more information about setting object manager parameters, see Siebel System Administration Guide.

Configuring Siebel Open UI Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.