Share via


InventConsignmentReportDP.insertInventConsignmentLocationTmp Method [AX 2012]

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

See Also

Reference

InventConsignmentReportDP Class