ReqTransFormPO.updateBOMPlannedOrderView Method [AX 2012]

Researches all data sources for a planned production order.

Syntax

public void updateBOMPlannedOrderView([ReqTrans _reqTrans])

Run On

Client

Parameters

  • _reqTrans
    Type: ReqTrans Table
    If this parameter is specified, it is used to decide whether a planned order is a production order or not.
    Otherwise, a decision is made based on a current record in a data source.
    This parameter should be used when the order is deleted and the current record in the data source no longer points to a deleted record; optional.

Remarks

This method should be called when a planned production order is changed and this change leads to creation or deletion of new records. For example, when the planned production order is created, its BOM is exploded and new orders are created. In this case, data sources must be refreshed in order to show newly created orders.

See Also

Reference

ReqTransFormPO Class