| Quintiq file version 2.0 | 
| #parent: #root | 
| Response OnClick () id:Response_ListStockingPoint_MenuEditDisplayIndex_OnClick | 
| { | 
|   #keys: '[108486.2.568076146]' | 
|   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 => /Responsedef_ListStockingPoint_Menu_OnClick | 
|   Initiator: 'MenuEditDisplayIndex' | 
|   Precondition: | 
|   [* | 
|     return MacroPlan::HasMacroPlan( MacroPlan, feedback ); | 
|   *] | 
| } |