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.
This method inserts data into the inventConsignmentLocationTmp temporary table.
Syntax
private void insertInventConsignmentLocationTmp(
LogisticsAddressCountryRegionShortName _countryRegionName,
CustAccount _custAccount,
CustName _custName,
ItemId _itemId,
ItemName _itemName,
UnitOfMeasureSymbol _unitId)
Run On
Server
Parameters
- _countryRegionName
Type: LogisticsAddressCountryRegionShortName Extended Data Type
The country or region value for record.
- _custAccount
Type: CustAccount Extended Data Type
The customer account for record.
- _custName
Type: CustName Extended Data Type
The customer name for record.
- _itemId
Type: ItemId Extended Data Type
The item number for record.
- _itemName
Type: ItemName Extended Data Type
The item name for record.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The unit symbol for record.