Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides a form lookup for sequencing values for a given sequencing ID.
Syntax
client public static void lookupValueForSeqId(
    FormControl _formControl, 
    str _filterStr, 
    PMFSequenceId _seqId)
Run On
Client
Parameters
- _formControl
 Type: FormControl Class
 The existing form control that the lookup is associated with.
- _filterStr
 Type: str
 A filter for the values that are selected.
- _seqId
 Type: PMFSequenceId Extended Data Type
 The sequencing ID to restrict the values to.
Remarks
This method currently ignores the _filterStr parameter.