Lenny
Lenny

Reputation: 343

Javascript to detect when a Note, Task, Call or Activity is added on a Dynamics CRM form

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:

User adding note to form (e.g. Case form)

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

Answers (1)

Guido Preite
Guido Preite

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

Related Questions