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
- _fromDate
Type: SchedDate Extended Data Type
The starting date to schedule from.
- _margin
Type: Days Extended Data Type
The days to traverse in the calendar.
- _setupDim
Type: ReqSetupDim Class
The dimension-based planned order requirement setup.
- _secondaryCalendarId
Type: CalendarId Extended Data Type
The ID of the secondary calendar to use.
Return Value
Type: SchedDate Extended Data Type
A date that complies with the parameters.