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.
Indicates whether a record of the InventConsignmentLocationTmp table with specific values exists.
Syntax
private boolean consignmentLocationExistsRecord(
InventConsignmentLocationTmp _inventConsignmentLocationTmp,
ItemId _itemId,
CustAccount _custAccount,
AddressCountryRegionName _adressCountryRegionName)
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/region for search.
Return Value
Type: boolean
Returns true if corresponding record is exists, otherwise false .