GetReviewStates

Characteristic Description

Icon


Icon for methods

Availability

All non-deleted forms.

Return type and description

Integer.

Returns the review stage that a form is in within a specified review state.

Syntax

GetReviewState(Name of review state.Name of review stage)

Parameters

  • Parameterstate.
  • Definition—Review state of the form.
  • Data type—Integer.

Example

The following example returns the review stage that the form is in within the QA Review review state:

GetReviewState(this.ReviewStates.QAReview)

Purpose

Use this method to obtain the review stage that a form is in within a specified review state.