Hello,
I want to create an entity using quick create form. Now, i don't just want to 'create' the entity using save button on the quick create form, but create the entity and then do something more with the entity (like run some other plugin, which is registered on some other sdk message).
In short, i want to execute a series of sdk messages instead of just one that would be triggered which dynamics triggers when save button is clicked.
Now, when the user clicks the save button, say i run my custom logic in javascript, then dynamics will also create another entity itself, so i actually would create 2 entities!
Is there a way i can attach entity created by me and attach it to the quick create form, so that quick create form does not re-create the entity?
Thanks!