Configuring Siebel CRM Desktop to Use Autocomplete Lists or Primary Selectors in MVGs

You can configure Siebel CRM Desktop to use autocomplete lists or primary selectors in MVGs.

To configure Siebel CRM Desktopto use autocomplete lists or primary selectors in MVGs

  1. Use a JavaScript editor to open the forms.js file.

  2. Locate the register_mvg_dialog function.

    For more information about this function, see Registering MVG Controls.

  3. Set the use_autocomplete_list parameter to one of the following values:

    • true. Use autocomplete list.

    • false. Use mvg primary selector.

      For example:

      register_mvg_dialog(ctx, "Position", "sales_team_mvg", "btn_sales_team_mvg", { 
      "use_autocomplete_list": false });
      

      For a detailed example that uses the register_mvg_dialog function, see Controlling the Search in Siebel Button That Does Online Lookup.