Microsoft CRM Plugin Infinite Loop

后端 未结 4 1387
孤城傲影
孤城傲影 2020-12-22 00:59

Another MS CRM question from me, I\'m afraid. I\'ve got the following code being executed on the update of a contact record but it gives me an error saying the job was cance

4条回答
  •  北海茫月
    2020-12-22 01:52

    Your plugin is updating the "jobtitle" field, I'm not sure if this plugin is being triggered by all contact updates, or you have set some FilteringAttributes to it in the Registerfile.crmregister Plugin's definition. By excluding the "jobtitle" field from the attributes that trigger this plugin you can solve your issue.

提交回复
热议问题