Screen Client Actions
In this section we will learn how to develop the features on our applications screens. For that we need actions. These actions are Screen Client Actions
Screen Client Actions implement logic that can only be used in the scope of the screen itself.
Note
Screen actions can be created and used in blocks as well, as they are reusable elements of screen parts.
With this, they have access to the existing scope on the screen and can even be called to the logic of another screen action on the same screen.
You can see an example of a screen action, that is SaveDetail Screen Client Actions under the TicketDetail screen scope, as shown in the following screenshot:
The behavior, use, and implementation of these actions are identical in both reactive web and mobile applications (as mentioned, the development paradigms are very similar).
These actions have the following properties...