Share via


InventLookupReturn::lookupInventOwnerReturn Method [AX 2012]

Displays a custom lookup to select inventory owner.

Syntax

client server public static void lookupInventOwnerReturn(
    InventTransId _transId, 
    ItemId _itemId, 
    FormControl _formControl, 
    InventOwnerId_RU _inventOwnerId, 
   [StatusIssue _statusIssue, 
    StatusReceipt _statusReceipt, 
    boolean _hideQty])

Run On

Called

Parameters

  • _formControl
    Type: FormControl Class
    The FormControl object for which to display the lookup.
  • _hideQty
    Type: boolean
    A Boolean value that indicates whether to hide quantity column from the list; optional.

See Also

Reference

InventLookupReturn Class