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 inventory owner match the inventory owner(s) on the referenced invoice line.
Syntax
server public static boolean validateInventOwnerIdReturn(
InventOwnerId_RU _inventOwnerId,
InventTransId _transId,
ItemId _itemId)
Run On
Server
Parameters
- _inventOwnerId
Type: InventOwnerId_RU Extended Data Type
The inventory owner to validate.
- _transId
Type: InventTransId Extended Data Type
The lot ID for which the inventory owner will be validated.
- _itemId
Type: ItemId Extended Data Type
The Item ID for which the inventory owner will be validated.
Return Value
Type: boolean
true if the entered inventory owner passes validation; otherwise, false.