Welcome to our latest blog post, where we dive into the realm of PowerShell scripting to empower you to efficiently update existing items. In today’s fast-paced digital landscape, the need to manage and modify data swiftly and accurately is more crucial than ever. Whether you’re a seasoned IT professional or just starting your journey into […]
Development
Remove all Sitecore Language Versions Except One Using Powershell
In the Sitecore CMS, we can add new versions of any item, and we can add as many versions as needed. There are 2 types of versions available in Sitecore Numbered version – versions of items in the same language Language version – versions of an item in a different language Problem In some cases, […]
How to use SignalR to handle large file uploads, providing a better end-user experience
Introduction Large file uploads are a common requirement in web applications today, and handling them efficiently can greatly enhance the user experience. Traditional file upload mechanisms can be slow and prone to timeouts, leading to frustration for users. SignalR, a real-time communication library in ASP.NET, can be a game-changer in addressing this issue. In this […]
Demystifying the CRON Expression in Salesforce
Hello, Trailblazers. In this blog post, we will cover a very important topic that we use in our day-to-day Coding practices or Programming- CRON Expression. CRON Expression As you know, Salesforce provides a very great feature of Scheduling an Apex class. You can schedule classes in a standard way through customization with the frequency of […]
Apex Trigger for Custom Validation in Salesforce
Hello, Trailblazers. In this blog post, we will learn how to write an Apex Trigger for Custom Validations. Acceptance Criteria: Write an Apex Trigger to restrict the Payment until the Final Quote is “Approved”. To solve this, we have custom objects named Payment__c and Final_Quote__c in a lookup relationship with each other. Its lookup field […]
Empowering HCL Commerce with Spring Boot: Unleashing the Power of Modern E-commerce
INTRODUCTION: In the ever-evolving landscape of e-commerce, adopting modern technologies is essential to stay competitive and deliver a seamless online shopping experience. HCL Commerce, a robust e-commerce platform, can be further empowered by integrating with Spring Boot—a powerful framework for building Java-based microservices. In this blog post, we’ll explore the synergy between HCL Commerce and […]
HCL Commerce Spring Framework
INTRODUCTION: The Power of the Spring Framework: The Spring Framework is a lightweight, open source programming and configuration model for developing Java based enterprise applications. This framework is used in HCL Commerce for building and configuring Management Center, including the managing of URL requests from Management Center to retrieve and process object data. Management Center […]
Add Configuration for Non-Docker Desktop
Configuring applications outside of Docker desktop environments needs to be done carefully. For seamless integration, we must know how to add the required configurations. In this article, we will explore the essential steps to successfully add configuration for a non-Docker desktop environment, ensuring efficiency and reliability in our development workflow. As Vikrant Punwatkar explained in […]
Understanding the HCL Commerce Ajax Framework: Exploring Requests and Responses
Introduction: In today’s fast-paced world of e-commerce, providing a seamless and responsive user experience is essential. This is where Ajax (Asynchronous JavaScript And XML) comes into play. Ajax allows web applications to communicate with a server in the background without disrupting the user’s experience. HCL Commerce, a popular e-commerce platform, includes a robust Ajax framework that facilitates these […]
Learn more about Microsoft Viva Engage
Viva Connection is nowadays everywhere or we can say every organization is using it. Viva Connections is an organization’s personalized gateway, providing employees with a centralized hub to access company news, policies, and resources. This feature transforms Microsoft Teams into an engaging and dynamic intranet-like experience, where employees can stay informed and connected. Microsoft Viva […]
How to Schedule an Apex Batch Class in Salesforce ?
Hello Trailblazers, In this blog post, we will learn how to schedule an apex Batch Class in Salesforce. Acceptance Criteria: Write an Apex batch Class to delete all the Contact records older than 1 year. Schedule the batch to delete records automatically. If you want to learn how to write a simple batch class, you […]
Sanvello: A Holistic Approach to Psychological and Psychiatric Well-being
In our ongoing exploration of mental health apps, the spotlight now turns to “Sanvello” — a comprehensive platform designed to address the unique needs of individuals facing psychological and psychiatric disabilities. Rooted in a holistic approach to mental wellness, “Sanvello” integrates Cognitive Behavioral Therapy (CBT) tools, meditation, and goal-setting into its offerings. Join us as […]