If you upgrade from a pre-2.3.0.8 version of Records Management, then an additional web script needs to be run so that easy access records (previously known as in-place records) created in pre-2.3.0.8 sites are shown in the search results of users without Records Management permissions.
It can be run as a one-off operation to convert all existing records or, for better performance on larger repositories, it can also be run on a user-defined number of records.
Note: Easy access records created on Records Management 2.3.0.8
and later are shown without running the web script.
There are four parameters available for the web script.
- batchsize (mandatory) - the batch size to process records in. So, for example, if you enter batchsize=100, then records will be processed in consecutive batches of 100.
- maxProcessedRecords (optional) - the maximum number of records to be processed. If unspecified, this value defaults to that of the batchsize. If set to 0, all records are processed.
- export (optional) - true or false (the default is false). If true is selected then a list of processed records is exported in csv format. The list shows the file name and file node reference.
- parentNodeRef (optional) - process records in a specified folder and its sub-folders. See step 3 for how to get the parentNodeRef node reference.
You need Alfresco Administrator permissions to run the web script.