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.
Finds the sequence table value for the given key values.
Syntax
client server public static PMFSequenceTableValue find(
PMFSequenceId _sequenceId,
PMFSequenceValue _value,
[boolean _forUpdate])
Run On
Called
Parameters
- _sequenceId
Type: PMFSequenceId Extended Data Type
The sequence ID.
- _value
Type: PMFSequenceValue Extended Data Type
The sequence value to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: PMFSequenceTableValue Table
The PMFSequenceTableValue record that is found; an empty buffer if no record exists.