MS Dynamics CRM 2011の初心者で、リボンにサンプルボタンを追加する必要があります。ここで、Customization.xmlファイルのCustomActionsの下にCustomAction Id ..を追加しましたが、CRMにインポートしているときに、エラーが表示されます。
<ImportExportXml xmlns:xsi="http://www.xxxxxxxxxxxxxxx">
.......
.....
<CustomActions >
<CustomAction Id=”Mscrm.ISV.MyCustomTabAction” Location=”Mscrm.Tabs._children” Sequence=”1000?>
.....
....
</CustomAction>
</CustomActions >
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions>
<CommandDefinition Id=”Mscrm.ISV.MyCustomTabCommand”>
......
</CommandDefinition>
</CommandDefinitions>
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules >
<DisplayRule Id=”Mscrm.ISV.MyCustomTabAction”>
<OrRule>
<Or>
<CrmClientTypeRule Type=”Web” />
</Or>
</OrRule>
</DisplayRule>
</DisplayRules >
.......
しかし、IEでこのxmlを開くと、「テキストコンテンツに無効な文字が見つかりました。リソースの処理中にエラーが発生しました」というエラーが表示されます。file:/// C:/ Users / Vishnukumars / Desktop / CRM / custom .. ..
<CustomAction Id="
エラーは何ですか
前もって感謝します。