Proof of Concept: Mass-delete personalization rule(s) across Sitecore pages

In continuation with my earlier blog post about automating Sitecore Personalization mass-operations, today I built the delete page that will list all the personalization rules across the site and you can choose a and delete a specific rule across pages.


List of rules in the site filtered as per path:


Delete link removes the rule from clicked pages right away and changes saved to yml in file system:



"newrule" applied to following pages:


Changes reflected in yml so, dotnet sitecore ser push picks the same:



Back in site, no "newrule" in one of the pages where the rule was deleted:



Comments

Popular Posts