the Web System users have the opportunity to write their own scripts in PHP, AJAX, JQUERY, as well as HTML, CSS, XML for future use in their solutions and projects.
Actions provide the ability to write custom server side procedures. Thus, Action is a script, a certain sequence of functions and methods written on PHP programming language.
Also, there are many ready to use functions, called API-functions. API-functions are written by Younicycle developers and provide the functionality for accessing data, data manipulation, working with sessions and others. With the development of the Younicycle system the list of available API-functions grows.
For security reasons, users do not have direct access to the data, but only by calling the API-functions. Also, the execution of custom scripts goes in a separate thread in the so-called "sandbox", which excludes the possibility to do any harm to the system and the Younicycle server in general.
Actions allow to realize a wide range of opportunitie: data storing and analysis, selection of data by criteria, interactive forms with fields validation, output messages and so on.
Actions are divided into user and system.