+

Search Tips   |   Advanced Search

Recalculate the count of forums and forum topics

If an administration task in the Forums application fails, the total count of forums and forum topics displayed in the Forums user interface might be incorrect. We can use administrative commands to manually recalculate the count of forums and forum topics in the organization and ensure the figures are up-to-date.

To recalculate the number of forums and forum topics, start the Forums Jython script interpreter

...and run commands...

Filter a vector result

Returns new vector containing a map pair to match the filter criteria.

For example, you might get a vector of forums by :

The inputVector vector contains two maps :

Each map has one value pair:

In this example, to filter the vector to retrieve the maps in which the value of the name key is forum-1 so you run the following command:

The vii vector variable now contains a single forum with a name key of forum-1:


Parent topic:
Administer Forums


Related:

Start the wsadmin client