Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get forecast name from Forecast Model, display it in Source Forecast/ Forecast Name field.
  2. Get forecast cost object name from raft.data.CostObject.COTITLE, display it in Source Forecast/ Forecast Cost Object field.
  3. Get forecast workset name from raft.data.Workset.title, display it in Source Forecast/ Forecast Workset field.
  4.  Display three radio buttons: PI, Department, Common. Put change event listener on the radio buttons.

PI Button Clicked

  1.  If PI is selected, show Show Overwrite Existing and Create New buttons. Add click listeners to both.
  2. Display in Destination Forecast the Name of the PI, which is raft.data.CostObject.SUPERVISOR.
  3. Get forecast cost object name from raft.data.CostObject.COTITLE, display it in Destination Forecast/ Forecast Cost Object field.
  4. Wiki Markup
    Get the list of forecasts to display by searching raft.data.CostObject.Forecasts\[\] for the worksetCategory == PI. All PI Forecasts should be listed in the Destination Forecast List.
  5.  

...