In the Interaction Record viewset (IRecViewSet), when a user creates a Followup I need to not only create the followup but also automatically Save the main interaction record as well; as if the user clicks the Create Followup button then the Save button.
The problem is the Create Followup button is in the Followup view, and the Save button is in the Reason view.
How can I invoke the EH_ONSAVE event of the Reason view from within the Followup view?
Thanks.
(we are using CRM5.0)