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