Difference between revisions of "Form Lookup A Record"

From All n One's bxp software Wixi

Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Lookup a Record is a search page that uses the script of the campaign database and allows the user to search by any field in that campaign database.
+
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. [[Campaign_Database_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.
 +
 
 +
 
 +
[[Category:Module Specific:Form Management]]
 +
[[Category:Topic:Key Concept]]

Latest revision as of 23:24, 9 November 2014

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.