Automate Team Creation in RTC? Or Make a Template?
3 answers
Hi
If you mean create "Team Areas" you can do this by configuring the Create Team Area follow-up action during Project Area Initialization in the process template.
"The Create Team Areas participant can be configured to run as part of project area initialization to create one or more team areas under the project area."
If you mean create "Team Areas" you can do this by configuring the Create Team Area follow-up action during Project Area Initialization in the process template.
"The Create Team Areas participant can be configured to run as part of project area initialization to create one or more team areas under the project area."
You can accomplish this in RTC with the following steps:
1) Open up the Process Template
2) Go to the Process Configuration tab
3) Open Project Configuration -> Project Area Initialization
4) Click the Add button under Server follow-up actions
5) Select Create Team Areas
You can then use the following commands:
Click Create Root under Team Area Hierarchy - To create root team areas
Click Create under Team Area Hierarchy - To create sub Team Areas
Click Delete - To delete a Team Area
Ken,
On the off chance that you are looking to have a script or utility for doing some automated type of project creation and subsequent creation of team areas under the new project, I would encourage you to look at Ralph Schoon's blog post on Maintaining User Photos with the Plain Java Client Libraries. The article has nothing to do with project creation, but you will see that Ralph shows you how you can use the plain Java client libraries to automate some of the administrative tasks that you might be thinking of. So read it for the techniques, not the basic info on changing photos. You might want to check out some of Ralph's other material on automation, there is a lot of good code snippets and examples in there.