Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifGetReqCustomFieldNames

verifGetReqCustomFieldNames(
g_sessionId
)
=> l_fieldList / nil

Description

Retrieves the list of the custom fields available to the requirements in a Verifier session.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

Value Returned

l_fieldList

List of the custom fields available to the requirements in the Verifier session.

nil

There are no custom fields available to the requirements in the Verifier session, or the command failed.

Examples

The following example opens a Verifier session and retrieves the names of the custom field:

uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifGetCustomFieldNames(uid)
=> ("Email" "VerificationManager")

Related Topics

verifGetCustomFieldNames

verifGetCustomFieldValue

verifGetReqCustomFieldValue

verifSetCustomFieldValue

verifSetReqCustomFieldValue


Return to top
 ⠀
X