Share via


PMFSequenceTableValue::lookupValueForSeqId Method

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.

Remarks

This method currently ignores the _filterStr parameter.

See Also

Reference

PMFSequenceTableValue Table