Alexey
Alexey

Reputation: 55

crm 2011 lookup autocomplete on a go

In dynamics CRM 2011 on a lookup you have an autocomplete feature.

My question is - can you change the (and if yes how) following things in that:

  1. Fire it while you typing, not only when it looses focus (like in google....it works while you typing)
  2. Make it search for any matches without explicitly writing '*' before and after

Thank you

Upvotes: 0

Views: 513

Answers (1)

Bvrce
Bvrce

Reputation: 2170

  1. It does fire while typing. The list it shows is based on previously selected items.
    • To achieve this you can type into the field and press enter to perform a quick search
    • Or you can incorporate jquery autocomplete: [http://stackoverflow.com/questions/14833793/crm-2011-text-field-intellisense][1]

Upvotes: 1

Related Questions