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