ReqPlanData.schedReqPoForward Method [AX 2012]
Forward schedules the specified planned order date based on the lead time and requirement setup.
Syntax
public SchedDate schedReqPoForward(
SchedDate _fromDate,
ReqPO _reqPO,
CalendarId _calendarId)
Run On
Called
Parameters
- _fromDate
Type: SchedDate Extended Data Type
The starting date to schedule from.
- _reqPO
Type: ReqPO Table
The planned order to schedule.
- _calendarId
Type: CalendarId Extended Data Type
The ID of the primary calendar to use.
Return Value
Type: SchedDate Extended Data Type
A date that complies with the parameters.