Dynamics CRM plugin, cannot register StringMap as PrimaryEntity

霸气de小男生 提交于 2019-12-11 19:26:21

问题


In dynamics CRM, can I monitor stringmap table update using plugin? I only need to monitor one attribute, like [AttributeName]='abc'

I added the following item into the plugin XML configure file, after I import the XML file, the PrimaryEntity is none.

<Step PluginTypeName="Classes.Ind" Description="Ind PreCreate" InvocationSource="0" MessageName="Create" Mode="0" PrimaryEntityName="stringmap" SecondaryEntityName="none" Stage="10" SupportedDeployment="0" Rank="1" Id="B53A4743-*">

回答1:


According to Message-entity support for plug-ins.xlsx file from SDK, the only message supported for StringMap entity is RetrieveMultiple



来源:https://stackoverflow.com/questions/23524962/dynamics-crm-plugin-cannot-register-stringmap-as-primaryentity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!