Share via


ReqTrans.insertFromReqPo Method

Initializes and inserts a ReqTrans record.

Syntax

public void insertFromReqPo(
    ReqPO _reqPO, 
    boolean _usingThreads, 
   [ReqPlanData _reqPlanData, 
    ReqSetupDim _setupDim, 
    List _scheduleOrdersList, 
    Map _inventDimCache, 
    Map _unitOfMeasureCache])

Run On

ClientOrServer

Parameters

  • _usingThreads
    Type: boolean
    A Boolean value that indicates whether threads are used.
  • _reqPlanData
    Type: ReqPlanData Class
    A ReqPlanData object that contains cached data; optional.
  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that holds master planning settings for a specific item and the coverage dimension; optional.
  • _scheduleOrdersList
    Type: List Class
    A list to which the new orders are to be added to be scheduled later; optional.

Remarks

The initialization is performed from the parsed ReqPO record. Any related records can be created after the insert. This depends on the RefType field.

See Also

Reference

ReqTrans Table