PMFSequenceTable::find Method

Finds the PMFSequenceTable record that matches the given criteria.

Syntax

client server public static PMFSequenceTable find(PMFSequenceId _sequenceId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: PMFSequenceTable Table
The PMFSequenceTable record; an empty buffer if no matching record is found.

See Also

Reference

PMFSequenceTable Table