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
ClientParameters
- _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.
Community Additions
ADD
Show: