Previous Topic

Next Topic

Book Contents

SVCriticalItem

Purpose

Overrides the critical setting for an item.

Syntax

<SVCRITICALITEM
ITEMREFNAME="name"
CRITICAL="study default|true|false"

FORMREFNAME="name"
SITEMNEMONIC="name"
</SVCRITICALITEM>

Attributes

ITEMREFNAME="name"

RefName of the item to mark as critical. Required.

CRITICAL="study default|true|false"

Indicates whether to mark the item 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 item. If you specify study default for the CRITICAL attribute, the critical setting for the item is determined by the SDVCRITICAL attribute of the Item element.

FORMREFNAME="name"

RefName of the form on which the item to mark as critical exists. Optional.

SITEMNEMONIC="name"

Mnemonic of the site with which the item is associated. Optional.

Send Feedback