I want to use an AdvancedEditTemplate to edit an appoinment entry. However, I have a custom attribute with it and I don't see an easy way to handle updating the attribute. How do I do one (or all) of these things:
1. Bind to an custom attribute in the edit form.
2. Intercept update event of the form so I can collect the updated attribute data data from the form instance.
3. Retrive the edit form instance during the AppointmentUpdate event.
I was able to fill the attribute data in the FormCreated event, but I'm not see a way to update it. Nor do I see a way to get the form instance again like I had in the FormCreated event.
Thanks.
1. Bind to an custom attribute in the edit form.
2. Intercept update event of the form so I can collect the updated attribute data data from the form instance.
3. Retrive the edit form instance during the AppointmentUpdate event.
I was able to fill the attribute data in the FormCreated event, but I'm not see a way to update it. Nor do I see a way to get the form instance again like I had in the FormCreated event.
Thanks.