Skip to main content

What it does

This script allows you to specify which fields will not be submitted to the context verification. Can be used to verify different fields at different processing stages. The input parameters for the script are a field and a document.

When it is launched

The script is applied to all fields before they are submitted to the context verification. For the fields which skip the context verification, the script is not executed.

Parameters

NameTypeAccessDescription
DocumentIDocumentRead-onlyThe document that contains the field
FieldIFieldRead-onlyThe field being checked
NeedVerificationIBoxedBooleanRead/writeSpecifies whether to verify the field. If the value is set to false, the field is not verified.