LogisticsPostalAddress::findByLocationAndValidDateTime_IN Method
Gets the LogisticsPostalAddress record by location, from date/time, and to date/time.
Syntax
client server public static LogisticsPostalAddress findByLocationAndValidDateTime_IN(
LogisticsLocationRecId _recId,
utcdatetime fromDateTime,
utcdatetime toDateTime,
[boolean _update])
Run On
Called
Parameters
- _recId
Type: LogisticsLocationRecId Extended Data Type
The LogisticsLocation record ID.
- fromDateTime
Type: utcdatetime
The from date/time.
- toDateTime
Type: utcdatetime
The to date/time.
- _update
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: LogisticsPostalAddress Table
The record that matches the specified recId value.