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
- _transId
Type: InventTransId Extended Data Type
The lot ID for which the inventory owner will be displayed.
- _itemId
Type: ItemId Extended Data Type
The Item ID for which the inventory owner will be displayed.
- _formControl
Type: FormControl Class
The FormControl object for which to display the lookup.
- _inventOwnerId
Type: InventOwnerId_RU Extended Data Type
The current value of inventory owner.
- _statusIssue
Type: StatusIssue Enumeration
The StatusIssue value to search for on the lot ID to display to.
- _statusReceipt
Type: StatusReceipt Enumeration
The StatusReceipt value to search for on the lot ID to display to.
- _hideQty
Type: boolean
A Boolean value that indicates whether to hide quantity column from the list; optional.