Hi What is association/deassociation?
1. Only if we have n:n relationship then only it is association? or 1:N also association?
2. I have a 'contact' entity. It has 1:N relationship with 'case'
So on 'contact' I can have 'case' associated subgrid. Now if I want to trigger a plugin on add of case to the subgrid can I trigger plugin on 'Associate' message on 'contact' entity plugin?
3. Other scenario
I have a 'contact' without associated 'cases'.
I have another 'contact' record with 1 associated 'case'.
Now if I merge the 2nd record with 1st record, the associated case on 2nd contact record will be associated to the 1st record. On this I need to trigger a plugin. Is 'Associate' triggers in this scenario?
Also in case of deleting this record from subgrid, disassociate works?
Thanks
krishna