MapReviewLevelToString

Returns a string that represents a process management review level, given a valid review level ID.

Many of the HFMwManageProcess component’s methods return numerical IDs of review levels. Use MapReviewLevelToString to obtain the string equivalents of these methods’ return values.

Note:

The strings returned are non-localized. In other words, the strings are in English.

Syntax

<HFMwManageProcess>.MapReviewLevelToString (lReviewLevel)

Argument

Description

lReviewLevel

A valid review level ID.

Input argument. Long subtype.

Return Value

Returns a string that represents the passed review level ID.

Example

MapReviewLevelToString is used in the example for GetReviewLevel.