| Quintiq file version 2.0 | 
| #parent: Panel224/btn_Query_FRAS | 
| Response OnClick () id:Response_Panel224_btn_Query_FRAS_OnClick | 
| { | 
|   #keys: '[414724.0.135920812]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       de_dh_FRAS.FixedFilter( "object.ID().LikeUserLocale( " + txt_QueryContent_FRAS.Text().AsQUILL() + " )"  | 
|                                                    + " or " + "object.SKU().LikeUserLocale( " + txt_QueryContent_FRAS.Text().AsQUILL() + " )"   | 
|                                                    + " or " + "object.CustomerCode().LikeUserLocale( " + txt_QueryContent_FRAS.Text().AsQUILL() + " )"  | 
|                                                    + " or " + "object.CustomerName().LikeUserLocale( " + txt_QueryContent_FRAS.Text().AsQUILL() + " )"  | 
|                                                    ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |