How to customize what happens after the save button is clicked in an edit data form extension

We'd like to customize the "Edit a model scores and rating attribute" edit data form. I have extended the edit data form and added a new "Edit category" field that reads from the existing edit data form. Our app users want to be able to edit "category". In order to do this, I need to be able to write some code that fires after the "Save" button is clicked. Please let me know if you have any questions regarding this. Any help with this would be much appreciated. 

Comments

  • I think I have a solution to the issue I'm having (I have not tested this yet but it should work). I have not found a way to write code in the UI model for the event that occurs when the save button is clicked. Instead what could be done is to create some hidden fields and load those fields with a ui model with values needed for the save event.


    The approach above did not work for me.
  • Not sure if this is what you're looking for, but there is a "Saving" event on the data form UI model that might be an event you could grab on to:

    0d454cc8a242be6b505ce0994cdf6f98-huge-ms

Categories