Skip to end of banner
Go to start of banner

admAddPrioritiesToPriorityScheme

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 5 Current »

Description

Adds the given list of priorities to the given priority scheme

Parameters

Return Type

boolean

Returns true if the priorities were added, false otherwise.

Examples

Example 1

Adds priorities with ids 1 and 5 to the priority scheme named "Default priority scheme"

admAddPrioritiesToPriorityScheme("Default priority scheme", {"1", "5"});

Example 2

Adds priorities with names "High" and "Medium" to the priority scheme named "Default priority scheme"

admAddPrioritiesToPriorityScheme("Default priority scheme", {"High", "Medium"});

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels