Configure Quick Find


Good afternoon,

How can I configure the quick search so that it does not search phones or emails?

In short, just search by name.

Thanks

Parents
  • 0

    I haven't tried to change which records are returned by the Quickfind process, I would expect that you would be able to just edit the data.config.xml file and change the where clause of the "query" attribute (maybe the "deltaImportQuery", "deltaQuery" attributes also). For example, add "and comp_status <> 'Inactive'"

    You will probably also have to change the where clause of the "deletedPkQuery" attribute so it picks up non active records as deleted. For exmaple, add "or comp_status = 'Inactive'"

Reply
  • 0

    I haven't tried to change which records are returned by the Quickfind process, I would expect that you would be able to just edit the data.config.xml file and change the where clause of the "query" attribute (maybe the "deltaImportQuery", "deltaQuery" attributes also). For example, add "and comp_status <> 'Inactive'"

    You will probably also have to change the where clause of the "deletedPkQuery" attribute so it picks up non active records as deleted. For exmaple, add "or comp_status = 'Inactive'"

Children
No Data