Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record of the InventConsignmentLocationTmp table for specific values.
Syntax
private InventConsignmentLocationTmp consignmentLocationFind(
InventConsignmentLocationTmp _inventConsignmentLocationTmp,
ItemId _itemId,
CustAccount _custAccount,
AddressCountryRegionName _adressCountryRegionName,
[boolean _isUpdate])
Run On
Server
Parameters
- _inventConsignmentLocationTmp
Type: InventConsignmentLocationTmp Table
The temporary table for search.
- _itemId
Type: ItemId Extended Data Type
The item number for search.
- _custAccount
Type: CustAccount Extended Data Type
The customer account for search.
- _adressCountryRegionName
Type: AddressCountryRegionName Extended Data Type
The country or region for search.
- _isUpdate
Type: boolean
A value indicating whether the select record needs an update.
Return Value
Type: InventConsignmentLocationTmp Table
The corresponding record of the InventConsignmentLocationTmp table.