Customizing the helpConfig.properties file

The helpConfig.properties file (installed by default at C:\Program Files\FileNet\Collaboration\Web\WEB-INF\config) contains mapping information for the context-sensitive help provided with the application. To customize the help for your users, use this file to map individual help files to the TCM application pages.

The name of each TCM application page is identified in the TCMConfig.xml file. The name of each page or view is followed by the file name of the corresponding help file.

Following is an example of the helpConfig.properties file:

# the root directory and default page of the TCM help
root=tcm_help
default=_start_here.htm
# signin
     signin=signin.htm
# top view tabs
     home=tcm_context/tcm_homepage.htm
     overview=tcm_context/tab_teamoverview.htm
     tasks=tcm_context/tab_tasks.htm
     meetings=tcm_context/tab_meetings.htm
     files=tcm_context/tab_files.htm
     discussions=tcm_context/tab_discuss.htm
     polls=tcm_context/tab_polls.htm
     people=tcm_context/tab_people.htm
     emails=tcm_context/tab_email.htm
     search=tcm_context/tab_search.htm
     preferences=tcm_context/preferences.htm
# helpers
     createteamspace=tcm_context/ctx_newteamspace.htm
     editteamspace=tcm_context/ctx_editteamspace.htm
     addtask=tcm_context/ctx_task.htm
     updatetask=tcm_context/ctx_task.htm
     addrelitem=tcm_context/ctx_addrelated.htm
     schedmeeting=tcm_context/ctx_sched_edit_meeting.htm
     editmeeting=tcm_context/ctx_sched_edit_meeting.htm
     createpoll=tcm_context/tab_polls.htm
     sendemail=tcm_context/ctx_send_email.htm
     editmember=tcm_context/ctx_editmember.htm
# popup helpers
     peoplepicker=
     chooseattendees=tcm_context/tab_chooseattend.htm
     chooserecipients=tcm_context/tab_chooseattend.htm
     choosepollparts=tcm_context/tab_choosepollpart.htm
     choosemembers=tcm_context/tab_choosemembers.htm
     updateguests=tcm_context/tab_chooseguests.htm
     pollresponses=tcm_context/tab_pollresponses.htm
     pollresults=tcm_context/tab_polls.htm