Question

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-*">
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top