Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 6000_case_study:0400_configuration:0700_operations:0200_find_member [2026/08/13 00:55] – removed - external edit (Unknown date) 127.0.0.1 | 6000_case_study:0400_configuration:0700_operations:0200_find_member [2026/08/13 00:55] (current) – ↷ Links adapted because of a move operation localdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [< | ||
| + | ====== "Find member" | ||
| + | |||
| + | This operation will allow users to find a particular member. The user will select the operation from the system menu and the system will prompt the user to enter the last name and/or the number of the member that she wants to find, and the system will display the details of this member. The user may also enter a partial name and/or number of the member(s) in which case the system will show all members whose names contain the entered partial name and/or whose numbers contain the entered partial number. | ||
| + | |||
| + | For us to configure such an operation we need to define a //query// that will look for members by name and/or number (see also the [[2000_concepts: | ||
| + | |||
| + | - Click on the cell in the first row of the Attribute/ | ||
| + | - Click on the cell in the first row of the '' | ||
| + | - Click on the cell in the first row of the '' | ||
| + | To define the second condition: | ||
| + | |||
| + | - Click on the cell in the second row of the Attribute/ | ||
| + | - Click on the cell in the second row of the '' | ||
| + | - Click on the cell in the second row of the '' | ||
| + | We have now defined two conditions that check whether the member’s last name contains the text entered by the user at run time and whether the member’s number contains the number entered by the user at run time. | ||
| + | |||
| + | After the query has been run the system may find one or more instances of the '' | ||
| + | |||
| + | We will also sort the results by member’s last name. To specify the sorting criteria click on the cell in the '' | ||
| + | |||
| + | Our query has been completed – we can click on the " | ||
| + | |||
| + | Now we can define the menu item that will run the query that we have defined. We do it in a similar fashion to how we defined the "New library member" | ||