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

verifGetCustomFieldNames

verifGetCustomFieldNames(
g_sessionId
)
=> l_fieldList / nil

Description

Retrieves a list of custom field names for 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 specified Verifier session.

nil

There are no custom fields in the specified Verifier session, or the command failed.

Examples

The following example opens a Verifier cellview and retrieves the custom fields available to the session.

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

Related Topics

verifGetCustomFieldValue

verifGetReqCustomFieldNames

verifGetReqCustomFieldValue

verifSetCustomFieldValue

verifSetReqCustomFieldValue


Return to top
 ⠀
X