Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base/API/ExamplesofAPIUsage/CreateDepartments

< Stardust‎ | Knowledge Base
Revision as of 05:21, 22 December 2011 by Marc.thing-it.com (Talk | contribs) (New page: The following explains how to create departments programmatically. Assume that you want to model a project approval process, the projects to be approved should become a department (instan...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following explains how to create departments programmatically.

Assume that you want to model a project approval process, the projects to be approved should become a department (instantiation of the organization Project and the user starting the approval process automatically becomes the project manager for this department.

Back to the top