Quintiq file version 2.0 
 | 
#parent: ListTG_UIDialog 
 | 
Response OnClick (TG_UIDialog selection) id:Response_ListTG_UIDialog_MenuMatchSuggestedName_OnClick 
 | 
{ 
 | 
  #keys: '[142876.9.1256926758]' 
 | 
  Body: 
 | 
  [* 
 | 
    selection.MatchCreatedSuggestedName(); 
 | 
  *] 
 | 
  DefinitionID => /ListTG_UIDialog/Responsedef_ListTG_UIDialog_Menu_OnClick 
 | 
  GroupServerCalls: true 
 | 
  Initiator: 'MenuMatchSuggestedName' 
 | 
  Precondition: 
 | 
  [* 
 | 
    feedback := 'Can not update for created dialogs.'; 
 | 
    return not selection.IsCreated(); 
 | 
  *] 
 | 
} 
 |