Changing the status
Now that we’ve completed all the basic functionality, we also need to add the ability to change the status of a case.
First, we need to select our Update tab. To do this, we need to find the wrapper called CRUD with slide-out panel in our component tree. Open the options of this wrapper by double-clicking on the wrapper in the component tree, or by selecting Options from the menu for the component.
Now that we’ve opened the options, we need to select Record view and the Update tab.
Figure 11.37 – The wrapper options where you can switch between tabs and the general overview
To create a button with a linked action, we can search for the action button and drag this on our form. After dragging it on the form, select the action button and open the action in the settings for this button.
We need to pass the ID of the case to our action. To do this, select the ID in the PASS VALUE TO ACTION field. Then, open...