Share via


ReqPO.update Method

Updates this record and related data.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void update(
           [ReqPlanData _reqPlanData, 
            ReqTrans _reqTrans, 
            InventLocationId _fromInventLocationId, 
            boolean _noExplosion, 
            ReqTraceLogger _reqTraceLogger, 
            boolean _scheduleOrder])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void update(
           [ReqPlanData _reqPlanData, 
            ReqTrans _reqTrans, 
            InventLocationId _fromInventLocationId, 
            boolean _noExplosion, 
            ReqTraceLogger _reqTraceLogger, 
            boolean _scheduleOrder])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void update(
           [ReqPlanData _reqPlanData, 
            ReqTrans _reqTrans, 
            InventLocationId _fromInventLocationId, 
            boolean _noExplosion])

  Microsoft Dynamics AX 2012 (FPK)
          public void update(
           [ReqPlanData _reqPlanData, 
            ReqTrans _reqTrans, 
            InventLocationId _fromInventLocationId])

  Microsoft Dynamics AX 2012 (SYS)
          public void update(
           [ReqPlanData _reqPlanData, 
            ReqTrans _reqTrans, 
            InventLocationId _fromInventLocationId])

Run On

Server

Parameters

  • _reqPlanData
    Type: ReqPlanData Class
    A ReqPlanData instance to use; optional, if one is not specified or null is passed, a suitable one will be used.
  • _reqTrans
    Type: ReqTrans Table
    The related requirement transaction to update; optional, if one is not specified or null is passed, a suitable one will be used.
  • _fromInventLocationId
    Type: InventLocationId Extended Data Type
    The ID of the source warehouse, to be used in planned transfer orders; optional if the current record is not a planned transfer.
  • _noExplosion
    Type: boolean
    A Boolean value indication whether to skip the explosion; optional, the explosion will not be skipped if this parameter is not specified.
  • _scheduleOrder
    Type: boolean
    A Boolean value that indicates whether to reschedule the delivery date; optional, the delivery date will be re-scheduled if not specified.

See Also

Reference

ReqPO Table