| Quintiq file version 2.0 | 
| #parent: pnlContent/EditFieldName | 
| Response OnUserChanged () id:Response_pnlContent_EditFieldName_OnUserChanged | 
| { | 
|   #keys: '[139394.0.703820596]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebEditField_OnUserChanged' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Update currency id to be like name if they are originally the same | 
|       ApplicationMacroPlanner.UpdateID( EditFieldName, EditFieldID, DataHolderDialogData.Data().Name() ); | 
|       Form.ApplyChanges();  // Need to apply changes here so that dataholderdialog data records the new name  | 
|                             // for subsequent text change, because dataholderdialog data doesn't auto update when | 
|                             // when the text field is changed | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |