To use the Custom Update feature to sort documents in a user-defined order or alphabetically:
Select Navigate, then Impact Manager, and then Custom Update.
Choose Script is displayed.
Enter a Task Description, to identify the task in Show Task Status.
A default description is provided.
Click Browse (next to Choose a Script), and select SortDataModelTopics.js.
The script file must be selected from /Administration/Impact Manager/Script Repository/ or a sub-folder.
Optional: To reveal hidden files in the Script Repository, click .
Select Specify parameters interactively, and click Next to move to Parameters.
Click Browse (next to Select a Task Definition File).
The Task Definition File is a text file. Each line must contain three parameter values, separated by commas; orderings (The UUID of the file containing the sort order listing), sortUnknownTopics (true or false), and document (The UUID of a document to be transformed).
For example,
orderings="/order.txt",sortUnknownTopics="true",document="/some.bqy".
Users wanting to perform batch updates compile a list of documents using an Interactive Reporting document to generate the parameter file.