HandleRowSelect Method

The HandleRowSelect method chooses a row. It returns one of the following values:

  • true. Row chosen successfully.

  • false. Row not chosen due to an error in the client or on the Siebel Server.

It uses the following syntax:

HandleRowSelect(rowId, control_key, shift_key); 

where:

  • rowId is a number of zero through n, where n is the maximum number of rows that the list applet displays. This number identifies the row that HandleRowSelect chooses.

  • control_key is one of the following values:

    • true. Choose the CTRL key when choosing the row.

    • false. Do not choose the CTRL key when choosing the row.

  • shift_key is one of the following values:

    • true. Choose the SHIFT key when choosing the row.

    • false. Do not choose the SHIFT key when choosing the row.

For an example that uses HandleRowSelect, see Customizing the Presentation Model to Delete Records.

For more information about using this method, see Life Cycle Flows of User Interface Elements.