JmgWorkPlannerForm.new Method [AX 2012]

Initializes a new instance of the JmgWorkPlannerForm class.

Syntax

public void new(
    FormTableControl _formTableControl, 
    JmgDate _fromDate, 
    JmgDate _toDate, 
    Map _profileTimes, 
   [JmgWorkPlannerForm _allLevel, 
    JmgWorkPlannerForm _profileGroupLevel])

Run On

Called

Parameters

  • _profileTimes
    Type: Map Class
    A map of calculated profile times.
  • _profileGroupLevel
    Type: JmgWorkPlannerForm Class
    A reference to the JmgWorkPlannerForm object, which handles the profile group level.

See Also

Reference

JmgWorkPlannerForm Class