ReqTransFormPO.editFromInventLocationId Method [AX 2012]

Gets and sets the originating warehouse that is related to a planned transfer order.

Syntax

edit InventLocationId editFromInventLocationId(
    boolean _set, 
    ReqTrans _reqTrans, 
    InventLocationId _inventLocationId)

Run On

Client

Parameters

  • _set
    Type: boolean
    true if the originating warehouse is set; otherwise, false.

Return Value

Type: InventLocationId Extended Data Type
A string that holds the from warehouse ID.

See Also

Reference

ReqTransFormPO Class