Posts

Showing posts from March, 2025

Sitecore Content Hub : How to open Modal pop-up on page load to notify for duplicate assets on create page

Image
Implementing a Modal Popup on Page Load in Sitecore Content Hub Create Page to Notify for Duplicate Assets Preventing Duplicate Asset Uploads in Sitecore Content Hub When managing digital assets, ensuring uniqueness is crucial to maintaining an organized and efficient Digital Asset Management (DAM) system. However, during bulk uploads, authors might overlook duplicate icons displayed on asset thumbnails, leading to redundant assets being stored in the DAM. To address this issue, we can implement a modal popup that triggers on page load within the Create page of Sitecore Content Hub. This modal will notify users about any detected duplicate assets, allowing them to take corrective actions before submission. Default Behavior in Sitecore Content Hub By default, Sitecore Content Hub displays a duplicate icon on the asset thumbnail if a newly uploaded asset already exists in the system. To enhance this functionality, we will implement an on-load modal popup using an external ReactJS compon...