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.
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
- _inventGTDId
Type: InventGTDId_RU Extended Data Type
The GTD number to validate.
- _transId
Type: InventTransId Extended Data Type
The lot ID for which the GTD number will be validated.
- _itemId
Type: ItemId Extended Data Type
The Item ID for which the GTD number will be validated.
Return Value
Type: boolean
true if the entered GTD number passes validation; otherwise, false.