LogisticsElectronicAddress::findByLocation Method
Finds the record in the LogisticsElectronicAddress table that corresponds with the specified LocationRecId value.
Syntax
client server public static LogisticsElectronicAddress findByLocation(LogisticsLocationRecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: LogisticsLocationRecId Extended Data Type
The record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: LogisticsElectronicAddress Table
A record in the LogisticsElectronicAddress table.