Server processes: Difference between revisions

Jump to navigation Jump to search
Line 8: Line 8:
== Why server-side ==
== Why server-side ==


What are some of the traditional tasks for server-side logic:
The backend business logic is triggered at the data level - in your Resco Cloud organization, not in the mobile app. You can use this for example when you have several forms/views for one entity and you want to trigger an action when that entity changes. If you did that in the mobile app, you would have to write such logic in each form/view. If you trigger this action server-side, you write the logic once and you can be sure the action happens. You can also send emails from the server (if you set up a mail server), trigger push notifications, run plugins, etc.
* Notifications: for example, notify a set of users when a record is created
 
* TBD
<!--
- notifikacie su serverove
- emaily
- automatizacne tasky - ked spravis toto, urobi sa aj toto
-->
== Process categories ==
== Process categories ==


Navigation menu