RE: Hide or remove Attach Files From component in knowledge article for interactive experience form
Hello Rahul Dubey ,
Is it possible to hide it in customization.xml? I created a new solution containing only knowledge article and knowledge article attachment entities, then I exported it.
Please see below the customization. xml:
<ImportExportXml xmlns:xsi="">www.w3.org/.../XMLSchema-instance">
<Entities>
<Entity>
<Name LocalizedName="Knowledge Article" OriginalName="">KnowledgeArticle</Name>
<EntityInfo>
<entity Name="KnowledgeArticle" unmodified="1">
<attributes />
</entity>
</EntityInfo>
<RibbonDiffXml>
<CustomActions />
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions />
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules />
<EnableRules />
</RuleDefinitions>
<LocLabels />
</RibbonDiffXml>
</Entity>
<Entity>
<Name LocalizedName="Knowledge Article Attachment" OriginalName="Knowledge Article Attachment">msdyn_kbattachment</Name>
<EntityInfo>
<entity Name="msdyn_kbattachment" unmodified="1">
<attributes />
</entity>
</EntityInfo>
<RibbonDiffXml>
<CustomActions />
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions />
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules />
<EnableRules />
</RuleDefinitions>
<LocLabels />
</RibbonDiffXml>
</Entity>
</Entities>
<Roles></Roles>
<Workflows></Workflows>
<FieldSecurityProfiles></FieldSecurityProfiles>
<Templates />
<EntityMaps />
<EntityRelationships />
<OrganizationSettings />
<optionsets />
<CustomControls />
<EntityDataProviders />
<Languages>
<Language>1033</Language>
</Languages>
</ImportExportXml>
Since I have no prior experience manipulating the xml file, I am not sure how to hide that attachment button custom action in xml file.
Thanks
Jolas365