ReqTransFormPO.editFromInventLocationId Method [AX 2012]

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

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.
_reqTrans
Type: ReqTrans Table
A record of the reqTrans type.
_inventLocationId
Type: InventLocationId Extended Data Type
The new warehouse ID when _set is true.

Return Value

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

Community Additions

ADD
Show: