Share via


InventLookupReturn::validateInventOwnerIdReturn Method [AX 2012]

Validates is the entered inventory owner match the inventory owner(s) on the referenced invoice line.

Syntax

server public static boolean validateInventOwnerIdReturn(
    InventOwnerId_RU _inventOwnerId, 
    InventTransId _transId, 
    ItemId _itemId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the entered inventory owner passes validation; otherwise, false.

See Also

Reference

InventLookupReturn Class