Код:
<RibbonDiffXml>
<CustomActions>
<CustomAction Id="Ars.BusinessAccounting.account.Form.CustomGroup.CustomAction" Location="Mscrm.Form.account.MainTab.Groups._children" Sequence="110">
<CommandUIDefinition>
<Group Command="Ars.BusinessAccounting.account.Form.CustomGroup.Command" Id="Ars.BusinessAccounting.account.Form.CustomGroup.Group" Sequence="29" Template="Mscrm.Templates.3.3" Title="$LocLabels:Ars.BusinessAccounting.account.CustomGroup.Title">
<Controls Id="Ars.BusinessAccounting.account.Form.CustomGroup.Controls">
<Button Command="Ars.BusinessAccounting.account.Form.CustomGroup.ToControlButton.Command" CommandType="General" Id="Ars.BusinessAccounting.account.Form.CustomGroup.Controls.ToControlButton" Image16by16="$webresource:ars_Icons/ToControl16.png" Image32by32="$webresource:ars_Icons/ToControl32.png" LabelText="$LocLabels:Ars.BusinessAccounting.account.CustomGroup.ToControlButton.Title" Sequence="10" TemplateAlias="isv" ToolTipDescription="$LocLabels:Ars.BusinessAccounting.account.CustomGroup.Description" ToolTipTitle="$LocLabels:Ars.BusinessAccounting.account.CustomGroup.Title" />
</Controls>
</Group>
</CommandUIDefinition>
</CustomAction>
</CustomActions>
<Templates>
<RibbonTemplates Id="Mscrm.Templates" />
</Templates>
<CommandDefinitions>
<CommandDefinition Id="Ars.BusinessAccounting.account.Form.CustomGroup.ToControlButton.Command">
<EnableRules>
<EnableRule Id="Ars.BusinessAccounting.account.Form.FormStateNotNew.EnableRule" />
</EnableRules>
<DisplayRules>
<DisplayRule Id="Ars.BusinessAccounting.account.WebClient.DisplayRule" />
</DisplayRules>
<Actions>
<JavaScriptFunction Library="$webresource:ars_test" FunctionName="test" />
</Actions>
</CommandDefinition>
<CommandDefinition Id="Ars.BusinessAccounting.account.Form.CustomGroup.Command">
<EnableRules>
<EnableRule Id="Ars.BusinessAccounting.account.Form.FormStateNotNew.EnableRule" />
</EnableRules>
<DisplayRules>
<DisplayRule Id="Ars.BusinessAccounting.account.WebClient.DisplayRule" />
</DisplayRules>
<Actions />
</CommandDefinition>
</CommandDefinitions>
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules>
<DisplayRule Id="Ars.BusinessAccounting.account.WebClient.DisplayRule">
<CrmClientTypeRule Default="false" InvertResult="false" Type="Web" />
</DisplayRule>
<DisplayRule Id="Ars.BusinessAccounting.account.Form.FormStateNotNew.DisplayRule">
<FormStateRule Default="false" InvertResult="false" State="Create" />
</DisplayRule>
</DisplayRules>
<EnableRules>
<EnableRule Id="Ars.BusinessAccounting.account.WebClient.EnableRule">
<CrmClientTypeRule Default="false" InvertResult="false" Type="Web" />
</EnableRule>
<EnableRule Id="Ars.BusinessAccounting.account.Form.FormStateNotNew.EnableRule">
<FormStateRule Default="false" InvertResult="false" State="Create" />
</EnableRule>
</EnableRules>
</RuleDefinitions>
<LocLabels>
<LocLabel Id="Ars.BusinessAccounting.account.CustomGroup.Description">
<Titles>
<Title languagecode="1033" description="Тест" />
</Titles>
</LocLabel>
<LocLabel Id="Ars.BusinessAccounting.account.CustomGroup.Title">
<Titles>
<Title languagecode="1033" description="Тест2" />
</Titles>
</LocLabel>
<LocLabel Id="Ars.BusinessAccounting.account.CustomGroup.ToControlButton.Title">
<Titles>
<Title languagecode="1033" description="Тест3" />
</Titles>
</LocLabel>
</LocLabels>
</RibbonDiffXml>
После импорта данного решения на Ribbon появляется пустая группа с названием "Другое", и в ней больше ничего нет.
Ткните носом неразумного. Что не так?