Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 4.0.3.

Syntax

getPriorityNameById(priorityId)

...

Excerpt

Gets the priority name by the priority id.


Parameters

Parameter name

Type

Required

Description

priorityId

string

Yes

Id of the priority.


Return type

string

Returns the priority name for the priority id provided.

...