Quintiq file version 2.0 
 | 
#parent: ListOperation 
 | 
Response OnClickElement ( 
 | 
  structured[Operation] element 
 | 
) id:Response_ListOperation_OnClickElement 
 | 
{ 
 | 
  #keys: '[113694.1.1934477317]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Enable or disable operation 
 | 
    if( guard( this.CurrentColumn().Name(), '' ) = 'ImgIsEnabled' ) 
 | 
    {  
 | 
      Form.EnableDisableOperations( element )   
 | 
    } 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_List_OnClickElement' 
 | 
} 
 |