verifGetCustomFieldValue
verifGetCustomFieldValue(g_sessionId t_fieldName) =>l_fieldvalue/ nil
Description
Retrieves the value of a custom field available in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
List of values for the specified custom field in the session. |
|
|
There is no custom field in the session, or the command failed. |
Examples
The following example opens a Verifier cellview and retrieves the value of the custom field:
uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifGetCustomFieldValue(uid "Email")
=> tom@cadence.com"
Related Topics
Return to top