Skip to main content
Jump to: navigation, search

Stardust/Knowledge Base/API/ExamplesofAPIUsage/CreateDepartments

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