Share via


ReqDemPlanImportForecastController.confirmImportBeforeSystemDate Method [AX 2012]

Checks whether the actual import start date is in the past, and if it is, prompts the user to confirm the import of a forecast in the past.

Syntax

public boolean confirmImportBeforeSystemDate()

Run On

Called

Return Value

Type: boolean
true if forecast is not being imported in the past, or if it is, the user has allowed it; otherwise, false.

See Also

Reference

ReqDemPlanImportForecastController Class