"Change member details" operation

To change details of a particular member users would need to find the member first and then when the system displays the found instance users would click on the “Edit” button next to the member entry to bring up the member form which they can edit and save.

We have already defined the operation that will find a particular member(s). We need to add the operation that will bring up the form of the member once the system displays a list of members that match the results of the search. To define such an operation we need to edit the “Member” query. Double click on the node representing the “Member” query in the Elements Tree. In the query editor click on the “Operations with records” property in the list of query properties to display a dialog and then click on the “Add” button. In the dialog that appears enter the name of the operation “Edit”, select the type of the operation “Edit” and click on the OK button. The new operation appears in the list of operations. Once we are here we will also define the “Delete” operation so that the user will be able to delete the selected member. We click on the “Add” button again, define the operation with the name “Delete” of the “Delete Object”.

We click on the OK button to close the dialog and then on the “Save” button to save the “Member” query.

  • Last modified: 2022/09/13 18:15