verifGetCustomFieldNames
verifGetCustomFieldNames(g_sessionId) =>l_fieldList/ nil
Description
Retrieves a list of custom field names for a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
List of the custom fields available to the specified Verifier session. |
|
|
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
Return to top