Server Administration > Automate Tasks and Calculate Data Using Event Triggers > Overview of Configuration Management Server-Side Triggers > Subproject Event Triggers > To configure event triggers to run on a subproject
  
To configure event triggers to run on a subproject
1. From the installdir/data/triggers directory, copy the project_template.events file to:
installdir/data/triggers/events
where installdir is the path to the directory where you installed the Windchill RV&S server.
2. In the events folder, rename the project_template.events file to represent the target subproject, for example, Aurora_Frame_Sub.events.
3. In that file, set the path of the subproject in variable event.projectPath, for example, event.projectPath=c:/Aurora/Frame/project.pj.
4. Define the script to run on a specific event. For example,
Project.checkpoint.pre=samples/echo.js
sets echo.js to run on a project checkpoint pre-event.
5. Save the revised .events file. The subproject trigger runs for the identified subproject.