Reputation: 343
Is there a way to detect when a Note, Task, Call or Activity is added on a Dynamics CRM 2015 form using Javascript?
The form OnSave event does not seem to trigger when these associated records are created:
When a new Note, Task, Call or Activity is added on the form, what script would allow for a prompt to be opened to confirm the addition of the new child record?
Upvotes: 0
Views: 713
Reputation: 15128
The social pane is not customizable, so you can't connect JavaScript events to it.
So you can't create a prompt to confirm the save of a note or a task when it's added by the social pane.
Upvotes: 4