Frage

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-*">
War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top