Managing Activity filters
Edit configuration property settings to filter out Community activities from My activities in the main navigation panel of the Overview page.
Before you begin
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
About this task
Activities can be filtered as follows on the Overview page:
- My activities (all activities I own and does not include any community activities).
- Community activities (only community activities).
To enable activity filtering, complete the following steps:
Procedure
-
Use the wsadmin client to access and check out the Activities configuration
files.
-
To change the property value, edit oa-config.xml and set
feature.communityActivitiesView.enabled, set to "true" at
the end of oa-config.xml as follows:
<properties> <property name="feature.communityActivitiesView.enabled">true</property> </properties>
Note:If the
<properties>...</properties>
tagging is already present, do not add it again. Instead, include the property name string in the example shown in the existing properties tags. - After you make changes, you must check the configuration files back in and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes for details.