
Announcements
I Created a related records between account and contact using Associate method pragmatically .example 3 contacts are associating to account using service.Associate("incident", incident.Id, relationshipname, contactcolletion); but associate plugin triggers once ,is there any possibility to trigger associate plugin based on no of contact records associate in case entity
Hello,
To make the plugin trigger 3 times you should call the service.Associate method 3 times - 1 time for every associated contact.