Share via


InventConsignmentReportDP.consignmentLocationExistsRecord Method [AX 2012]

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

Return Value

Type: boolean
Returns true if corresponding record is exists, otherwise false .

See Also

Reference

InventConsignmentReportDP Class