JmgWorkPlannerForm.updateTimeSums Method [AX 2012]

Updates the time sums when a profile is changed.

Syntax

protected void updateTimeSums(
    JmgProfileId _oldProfileId, 
    JmgProfileId _newProfileId, 
    JmgProfileDate _profileDate, 
    int _row, 
   [boolean _recalculation])

Run On

Called

Parameters

  • _row
    Type: int
    The row where the profile is changed.
  • _recalculation
    Type: boolean
    A Boolean value that specifies whether the time sums is updated as part of a recalculation.

See Also

Reference

JmgWorkPlannerForm Class