Activity source is the property which controls the links on the left nav on the BCC home screen. All activity sources are registered with the ActivityManager component at /atg/bizui/activity/ActivityManager. When rendering the BCC home page, the ActivityManager cycles through all the registered ActivitySource components and displays left navigation links for each of them on the BCC home page.
For example if I want to add a new link "My New Link" , below screen shots exaplins how this can be done
1. Add activityManager.properties to specify the activityresources. In this activityManager, I specified one MyActivitySource.
Each activity source has the following important functions:
- Specifies the links on the left nav used for browsing repositories (via a genericActivities.xml file)
- Specifies the links on the left nav used for creating a project to create and/or edit assets (via a workflowActivities.xml file)
- Destination page to go to after the project has been created in step (2)
aashamsakal...............
ReplyDeleteGreat info.. But i need to do an BCC Installation first in my machine.. Do you have any documents around it?
ReplyDeletehi sony,nice information,want to know is it possible to create a link and navigate to some other websites outside the bcc ? eg : for some onilne help for bcc users
ReplyDeleteHello Sony,
ReplyDeleteThis info is very useful However, can you also tell me how to give an action to that link. Eg: I want to create a newlink with the name change password and on-click, i want the navigation to changepassword.jsp Please help!
can be register multiple activityResources in activityManager. for eg.
ReplyDeleteactivitySources+=somevalue,otherValu
can be register multiple activityResources in activityManager. for eg.
ReplyDeleteactivitySources+=somevalue,otherValu