This component will add an additional Find option under the main menu. This will allow a user to search for a person's address information and be able to filter by the type of address e.g. Business or Home.
The search page is built using only Meta Data and RunBlock. The follow are added:
- A new view - vPersonAddressSearch. This view joins the Person, Company, Address_Link and Address tables. The Address_Link table holds the data (adli_type) that describes the type of address for the person.
- A new List for Person - PersonAddressSearchGrid.
- A new screen for Person - PersonAddressSearchBox