addFullProject

Adds a new project.

Use the addFullProject method to add a project record from a filled-in ProjectRecord object. To avoid exceptions when you use this method to create a new record, you should start with an object created by getDefaultProject rather than filling in a blank one.

Arguments

Name Type Description
skey string

rec ProjectRecord

The project record to add.

Return

The addFullProject method returns the ID of the newly added project (a string).