LogisticsPostalAddress::findRecId Method
Retrieves a record from the LogisticsAddress table.
Syntax
client server public static LogisticsPostalAddress findRecId(
RecId _recId,
[boolean _update,
utcdatetime _validFrom,
utcdatetime _validTo])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The ID of the record to select from the table.
- _update
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
- _validFrom
Type: utcdatetime
The start of the range of dates that restricts the search; optional.
- _validTo
Type: utcdatetime
The end of the range of dates that restricts the search; optional.
Return Value
Type: LogisticsPostalAddress Table
A record from the LogisticsAddress table.
Remarks
This method will return a record even if the record is invalid on the date effective.