Reopening documents/records
Click the Reopening documents/records entry to configure opening documents or records that have been already finished.
Check or uncheck Enabled next to each configuration entry to set whether it is in use.
Click
next to any configuration entry to display a help window.
-
config_reopen
By default, every document/record can only be reopened by the user who finished it. Use this configuration to create a list of users who may reopen a document/record finished by a specific user.The configuration is written in two nested arrays. Index of the first array is ID_USER of the user who finished the document/record. Contents of the second array is a list of ID_USER of the users who may reopen such a document.
Example configuration for document/record finished by user
ID_USER = 4that can be reopened by usersID_USER = 67, 12, 23.array ( 4 => array (67, 12, 23), 67 => array (12, 43) );
If you are missing a configuration entry from the list, you can add it. Click the Add configuration button in the upper right corner of the screen. The dialog Add configuration is displayed. It is identical to the window displayed and described in the previous chapter.
Enter the Variable name and Variable value. Select the Variable type from the list, the options are the following: Variable, Define and Array.
Then click Save to confirm the new configuration and its changes.