Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _transId
 Type: InventTransId Extended Data Type
 The lot ID for which the GTD number will be displayed.
- _itemId
 Type: ItemId Extended Data Type
 The Item ID for which the GTD number will be displayed.
- _formControl
 Type: FormControl Class
 The FormControl object for which to display the lookup.
- _inventGTDId
 Type: InventGTDId_RU Extended Data Type
 The current value of GTD number.
- _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.