Share via


InventLookupReturn::validateInventGTDIdReturn Method [AX 2012]

Validates is the entered GTD number match the GTD number on the referenced invoice line.

Syntax

server public static boolean validateInventGTDIdReturn(
    InventGTDId_RU _inventGTDId, 
    InventTransId _transId, 
    ItemId _itemId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the entered GTD number passes validation; otherwise, false.

See Also

Reference

InventLookupReturn Class