DEL_RetailConnDistributionIncExcList::find Method
Finds the specified record in DEL_RetailConnDistributionIncExcList table.
Syntax
client server public static DEL_RetailConnDistributionIncExcList find(
RetailConnJobId _jobId,
RetailConnDistributionLocationId _locationId,
[boolean _forUpdate])
Run On
Called
Parameters
- _jobId
Type: RetailConnJobId Extended Data Type
job id of the distribution include exclude list record to find.
- _locationId
Type: RetailConnDistributionLocationId Extended Data Type
Value of the distribution location.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_RetailConnDistributionIncExcList Table
A record in the DEL_RetailConnDistributionIncExcList table; otherwise, an empty record.