ReqTransFormPO::validateFromInventLocationId Method [AX 2012]

Validates the from warehouse that is related to a planned transfer order.

Syntax

server public static boolean validateFromInventLocationId(
    InventLocationId _fromInventLocationId, 
    InventLocationId _toInventLocationId, 
    ReqPO _reqPO)

Run On

Server

Parameters

Return Value

Type: boolean
true if the from warehouse is valid; otherwise false.

Exceptions

Exception Condition
Error

The to warehouse cannot be determined.

See Also

Reference

ReqTransFormPO Class