LogisticsElectronicAddress::findByLocationAndType Method

Finds the record in the LogisticsElectronicAddress table that corresponds with the specified LocationRecId and LogisticsElectronicAddressMethodType value.

Syntax

client server public static LogisticsElectronicAddress findByLocationAndType(
    LogisticsLocationRecId _location, 
    LogisticsElectronicAddressMethodType _type, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

See Also

Reference

LogisticsElectronicAddress Table