Skip to end of banner
Go to start of banner

admUpdatePriorityScheme

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels