admin
2025-01-22 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
  }
}