Share via


InventLookupReturn::lookupInventGTDReturn Method [AX 2012]

Displays a custom lookup to select GTD number.

Syntax

client server public static void lookupInventGTDReturn(
    InventTransId _transId, 
    ItemId _itemId, 
    FormControl _formControl, 
    InventGTDId_RU _inventGTDId, 
   [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