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

  • _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.

See Also

Reference

EMSFlow Table