| Quintiq file version 2.0 | 
| #parent: #root | 
| Method New ( | 
|   Scenario owner, | 
|   FormAssumptions formAssumptions | 
| ) id:Method_DialogCreateEditAssumption_New | 
| { | 
|   #keys: '[134266.1.2061703853]' | 
|   Body: | 
|   [* | 
|     // Creates a new assumption | 
|     data := owner.Assumption( relshadow ); | 
|      | 
|     this.SetDefaultValues( data ); | 
|      | 
|     DataHolderDialogData.Data( &data ); | 
|     DataHolderForm.Data( formAssumptions ); | 
|     ApplicationMacroPlanner.ShowFormModal( this ); | 
|   *] | 
| } |