Activity Menu
The CentraSite Business UI's Activity Menu helps you access the following functions by default:
Create Assets
Global Reports
Manage Organizations
<Activities>
<Activity id="Create Assets"
class="com.softwareag.centrasite.api.activity.impl.CreateAssetActivityImpl">
INMCL_ACTIVITY_CREATE_ASSET
</Activity>
<Activity id="Global Reports"
class="com.softwareag.centrasite.api.activity.impl.GlobalReportActivityImpl">
INMCL_ACTIVITY_GLOBAL_REPORTS
</Activity>
<Activity id="Manage Organizations"
class="com.softwareag.centrasite.api.activity.impl.ManageOrganizationsImpl">
INMCL_ACTIVITY_MANAGE_ORGANIZATIONS
</Activity>
</Activities>
Additionally, you can create a custom activity that have the specific function and format that you require. You define a custom activity as an extension under the section
Activities Configuration in the custom configuration file. For procedures, see
Extend Activity Menu by Additional
Functions.