Previous Topic

Next Topic

Book Contents

SVCriticalForm

Purpose

Adds a form to the Critical Forms list.

Syntax

<SVCRITICALFORM
    FORMREFNAME="name"
    SITEMNEMONIC="name"
    CRITICAL="true|false"
</SVCRITICALFORM>

Attributes

FORMREFNAME="name"

RefName of the form to add to the Critical Forms list. Required.

SITEMNEMONIC="name"

Mnemonic for the site with which the form is associated. Required.

CRITICAL="true|false|studydefault"

Indicates whether to mark the form as critical for source verification. The options are study default, true, or false. Required.

The study default option allows you to reset a previously-defined override for the form. If you specify study default for the CRITICAL attribute, the SDVCRITICAL attribute of the FORM element determines the critical setting for the form.

Send Feedback