LogisticsLocation::findByDUNSNumRecId Method
Finds a specific LogisticsLocation record.
Syntax
client server public static LogisticsLocation findByDUNSNumRecId(
LogisticsDunsNumberRecId _dunsNumberRecId,
DirPartyRecId _partyRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _dunsNumberRecId
Type: LogisticsDunsNumberRecId Extended Data Type
A variable that contains a DunsNumberRecId field value.
- _partyRecId
Type: DirPartyRecId Extended Data Type
The unique ID of a DirPartyTable table.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: LogisticsLocation Table
A LogisticsLocation table buffer.