| Quintiq file version 2.0 | 
| #parent: #root | 
| Method Edit ( | 
|   internal[GUIComponent] parent, | 
|   SWF_Step selection | 
| ) id:Method_SWF_DialogEditEstimatedCompletionDate_Edit | 
| { | 
|   #keys: '[107588.2015.1151901518]' | 
|   Body: | 
|   [* | 
|     // Edit expected completions date | 
|      | 
|     Dialog.Data( selection );                                        | 
|      | 
|     Dialog.UpdateComponents(); | 
|      | 
|     result := this.DoModal( parent ); | 
|      | 
|     if( result > 0 ) | 
|     { | 
|       service := SWF_WorkflowDataset.Service(); | 
|       service.TR_CreateUpdateStep(  selection.ID(), | 
|                                     selection.Name(), | 
|                                     guard( selection.ParentStep().ID(), Key::ZeroKey() ), | 
|                                     CheckBoxHasEstimatedCompletionDateManual.Checked(), | 
|                                     GUIDateTimeSelectorEstimatedCompletionDateManual.DateTime().Date(), | 
|                                     selection.DueDateHasManual(), | 
|                                     selection.DueDateManual(), | 
|                                     guard( selection.AssignedAuthorization().DisplayName(), '' ) ); | 
|     } | 
|   *] | 
| } |