Share via


ReqPlanData.schedMarginBackward Method [AX 2012]

Backwards schedules a date on the calendar based on the specified parameters.

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 SchedDate schedMarginBackward(
            SchedDate _fromDate, 
            Days _margin, 
            ReqSetupDim _setupDim, 
           [CalendarId _secondaryCalendarId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public SchedDate schedMarginBackward(
            SchedDate _fromDate, 
            Days _margin, 
            ReqSetupDim _setupDim, 
           [CalendarId _sekundaryCalendarId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public SchedDate schedMarginBackward(
            SchedDate _fromDate, 
            Days _margin, 
            ReqSetupDim _setupDim, 
           [CalendarId _sekundaryCalendarId])

  Microsoft Dynamics AX 2012 (FPK)
          public SchedDate schedMarginBackward(
            SchedDate _fromDate, 
            Days _margin, 
            ReqSetupDim _setupDim, 
           [CalendarId _sekundaryCalendarId])

  Microsoft Dynamics AX 2012 (SYS)
          public SchedDate schedMarginBackward(
            SchedDate _fromDate, 
            Days _margin, 
            ReqSetupDim _setupDim, 
           [CalendarId _sekundaryCalendarId])

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    The dimension-based planned order requirement setup.

Return Value

Type: SchedDate Extended Data Type
A date that complies with the parameters.

See Also

Reference

ReqPlanData Class