EMSFlow::find Method
Finds the specified record in the EMSFlow table by using the specified FlowId value.
Syntax
client server public static EMSFlow find(EMSFlowId _flowId, [boolean _forupdate])
Run On
Called
Parameters
- _flowId
Type: EMSFlowId Extended Data Type
The FlowId value of the EMSFlow record to find.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: EMSFlow Table
A record in the EMSFlow table; otherwise, an empty record.