Difference between revisions of "Form Lookup A Record"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 1: Line 1:
Lookup a Record is a search page that uses the script of the form and allows the user to search by any field in that form.
+
Lookup a Record is a search page that utilises the script of the form to allow the user to search by any field in that form.
  
  
The searching uses "fuzzy" searching which allows for bits of information to be entered. e.g. Putting Phil in the first name will return Philip, Philip, Phila, Philadelphia, Philana, Philantha, Philiberta, Philippa, etc.
+
The system uses fuzzy searching which allows for bits of information to be entered. e.g. Putting Phil in the first name will return Philip, Philadelphia, Philippa, etc.
  
  
The results page will show the first 120 records matched. The information displayed by the search is customisable. [[Form_Search_Fields]]
+
The results page will show the first 120 records matched. The information displayed by the search is customisable in the Form > Search Fields section
  
  
Custom logic can be added to the lookup page using custom JavaScript.
+
Custom logic can also be added to the lookup page using custom JavaScript.

Revision as of 14:00, 1 November 2013

Lookup a Record is a search page that utilises the script of the form to allow the user to search by any field in that form.


The system uses fuzzy searching which allows for bits of information to be entered. e.g. Putting Phil in the first name will return Philip, Philadelphia, Philippa, etc.


The results page will show the first 120 records matched. The information displayed by the search is customisable in the Form > Search Fields section


Custom logic can also be added to the lookup page using custom JavaScript.