Share via


ReqPO.initFromReqDate Method

Initializes data on the planned order record that is based on the order date.

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 initFromReqDate(
            ReqSetupDim _setupDim, 
            ReqPlanData _reqPlanData, 
           [boolean _adjustDateWithLockingFence, 
            boolean _scheduleOrder])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initFromReqDate(
            ReqSetupDim _setupDim, 
            ReqPlanData _reqPlanData, 
           [boolean _adjustDateWithLockingFence, 
            boolean _scheduleOrder])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initFromReqDate(
            ReqSetupDim _setupDim, 
            ReqPlanData _reqPlanData, 
           [boolean _adjustDateWithLockingFence])

  Microsoft Dynamics AX 2012 (FPK)
          public void initFromReqDate(
            ReqSetupDim _setupDim, 
            ReqPlanData _reqPlanData, 
           [boolean _adjustDateWithLockingFence])

  Microsoft Dynamics AX 2012 (SYS)
          public void initFromReqDate(
            ReqSetupDim _setupDim, 
            ReqPlanData _reqPlanData, 
           [boolean _adjustDateWithLockingFence])

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that holds the item coverage per dimension information.
  • _reqPlanData
    Type: ReqPlanData Class
    A ReqPlanData object that holds the planning data.
  • _adjustDateWithLockingFence
    Type: boolean
    A Boolean value that indicates whether the freezing time fence is considered when adjusting the order date; optional.
  • _scheduleOrder
    Type: boolean
    A Boolean value that indicates whether to reschedule the delivery date; optional.

See Also

Reference

ReqPO Table