addCode

Adds a new code (task) record.

Use the addCode method to add a new named code (task). The rest of the new code record will be filled in with default values by the server. (Use the addFullCode method if you need to specify all fields of the new record.)

Arguments

Name Type Description
skey string

name string

The name of the code to add.

Return

The addCode method returns the ID of the newly added code record (a string).