locked
Create Child Reords in an Update Plugin RRS feed

  • Question

  • I'm firing an update plugin by calling the Update method on the OrganizationService. I have an N:N relation between entity account and contacts. When I update the account, I want to create a list of N:N relations with some contacts. It does not allow me to create the N:N records, as it says update action requires the Guid. How can I accomplish this task when I update the account? Thanks
    Thursday, January 16, 2014 10:19 PM

All replies

  • does you register plugin in post operation.

    Hope this helps. ----------------------------------------------------------------------- Santosh Bhagat If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    Friday, January 17, 2014 3:31 AM