Forms for Slovak entities
Click Forms for Slovak entities to display a list of forms the Electronic records management uses to handle Slovak data messages.
The screen displays a list of forms to handle Slovak data messages. In this configuration, set forms of MSG_IN and MSG_OUT types that handle Slovak data messages.
The configuration is written in two nested arrays. Index of the first array is the form’s ID_FMVE. The second array contains parameters in the format key => value. The following keys can be set:
-
type = type of MSG_IN or MSG_OUT form
-
id_fldr = ID of the folder where the filled-out form is placed
Example configuration for two forms of MSG_IN type (id_fmve = 57, id_fldr = 91) and MSG_OUT type (id_fmve = 58, id_fldr = 92):
array (
57 => array ('type' => 'MSG_IN', 'id_fldr' => 91),
58 => array ('type' => 'MSG_OUT', 'id_fldr' => 92),
);