Share via


InventConsignmentReportDP.consignmentLocationFind Method [AX 2012]

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

  • _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.

See Also

Reference

InventConsignmentReportDP Class