Controlling Query Behavior If the User Presses CTRL+ENTER

The default method of an applet is the method that Siebel CRM runs if the user presses CTRL+ENTER. For an applet in query mode, this method is ExecuteQuery. The user can press ALT+ENTER to run the query. For other modes, you can set the DefaultMethod applet user property.

You must use a valid InvokeMethod for the applet, such as NewRecord or GotoNextSet.

To control behavior if the user presses CTRL+ENTER

  1. In Siebel Tools, click Applet in the Object Explorer.

  2. In the Applets list, locate the applet you must modify.

  3. Expand the Applet tree, and then click Applet User Prop.

  4. In the Applet User Properties list, add a new record using information from the following table.

    Property Description

    Name

    Enter Default Applet Method.

    Value

    Define the method you must call.