admUpdatePriorityScheme

Description

The basic updated of a priority scheme, we only set the name, description and priorities. You can also alter the priorities and projects in it by using the according routines.

Parameters

Return Type

boolean

Returns true if the scheme was updated, false otherwise.

Example

Example 1

Updates a priority scheme

admUpdatePriorityScheme(schId, "new name updated at " + currentDate(), 4, "description updated at " + currentDate());

See also

Peacock