| Quintiq file version 2.0 | 
| #parent: GanttChartDemandSupplyGroup | 
| Response OnClick ( | 
|   StockingPoint_MP row | 
| ) id:Response_GanttChartDemandSupplyGroup_MenuEditDisplayIndex_OnClick_606 | 
| { | 
|   #keys: '[108486.2.929779006]' | 
|   Body: | 
|   [* | 
|     // Edit stocking point's display index | 
|     dlg := Application.Frame().FindChildObject( 'DialogDisplayIndexStockingPoints' ).astype( DialogDisplayIndexStockingPoints ); | 
|      | 
|     if( isnull( dlg ) ) | 
|     { | 
|       newdlg := construct( DialogDisplayIndexStockingPoints ); | 
|       Application.Frame().ShowDialog( &newdlg ); | 
|     } | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /GanttChartDemandSupplyGroup/Responsedef_GanttChartDemandSupplyGroup_Menu_OnClick | 
|   Initiator: 'MenuEditDisplayIndex' | 
| } |