React provides powerful tools for creating dynamic web apps. The two most important hooks for dealing with routing and URLs are useLocation and useParams. In this blog post, we’ll explore these hooks’ functionality, discuss their application with examples, and show you how to combine them to give your React projects smooth navigation. Understanding useLocation The […]
Posts Tagged ‘PerficientGDCNagpur’
How to Assign Records to Salesforce Queue: A Complete Guide
Hello Trailblazers! With the need for effective customer data and records management increasing, Salesforce developed a solution called Salesforce Queue. Queues offer a dynamic solution, allowing users to efficiently organize, assign, and prioritize tasks and records. If you are not aware of what a Salesforce Queue is, how to create one, and its advantages, check […]
Mastering Salesforce Queues: A Step-by-Step Guide
Hello Trailblazers! Welcome to our comprehensive guide on Mastering Salesforce Queues! In today’s fast-paced world of growing businesses, efficiency and organization are key to success. Salesforce Queues are a powerful feature designed to help businesses streamline their workflow, improve team collaboration, and enhance overall productivity. In the previous part of this blog, we discussed “What […]
Impact on Design and Development: WCAG 2.1
Introduction: Web Content Accessibility Guidelines (WCAG) are a set of guidelines developed by the World Wide Web Consortium (W3C) to ensure that web content is accessible to people with disabilities. The latest version of these guidelines is WCAG 2.1, which was released in 2018. In this blog, we will discuss the practical implications for designers […]
Dynamic Element Handling in Salesforce UI with Katalon Studio
Salesforce is a widely used customer relationship management (CRM) platform that offers a range of tools and services to help businesses manage their customer interactions effectively. One key aspect of Salesforce is its user interface (UI), which includes various dynamic elements designed to enhance user experience and streamline workflows. Understanding Dynamic Elements in Salesforce UI […]
Introduction to the Salesforce Queues
Hello, Trailblazers! In this blog post, we’ll learn: What are Salesforce Queues? What is the Purpose of Queues? Permissions in the Salesforce Queue. Advantages of Salesforce Queues. Some important points. So let’s get started… What are Salesforce Queues? Salesforce queues are virtual containers within the Salesforce platform that hold records, such as leads, cases, […]
Extending General Link for Experience Editor Alternate Approach
We have already seen the experience editor part in the Extending General Link for Experience Editor article in detail. Hence, in this article, we will explore how we can extend the general link for experience editor mode with an alternate code approach in Sitecore 10.2.0 to resolve the higher environment and performance issues that occurred […]
Automating the Survey Invitations with Flows
Hello Trailblazers! With Salesforce Survey, gaining valuable insights and feedback from your audience becomes a seamless and insightful experience. In this blog post, we’ll learn how we can Automate Survey Invitations with the help of Flows. This innovative capability empowers you to integrate surveys into your Salesforce Flows effortlessly, ensuring timely and targeted feedback collection. […]
Accessibility in Single Page Applications (SPAs)
Single Page Applications (SPAs) are web applications that load a website as a single web page, with no page refresh, and content added dynamically with the aid of JavaScript. However, SPAs pose unique challenges to users with disabilities, including keyboard and screen reader focus issues, content changes not being detected and announced, and custom elements […]
Harness The Power of Appium Inspector
As we learned in the last blog, how to set up Appium 2.0 from scratch and install Appium Inspector too. This blog will teach about Appium Inspector’s desired capabilities to start our Android apps. Appium Inspector is part of the Appium 2.0 framework used to inspect elements within mobile applications for automation testing. Appium Inspector enables […]
The Power Of Objects In JavaScript: Part 2
Jump into the fascinating world of JavaScript objects with us! We’re going to explore cool methods and tricks that can make your coding skills even better. If you’re new to objects in JavaScript, no stress! Our guide, ” The Power of Objects in Javascript: Part 1” is there to help. It breaks down both the […]
Extending General Link for Experience Editor
The content editor and experience editor modes may seem similar at first glance, but they operate with different controls. In simpler terms, even though they look alike, the tools and functions they use are not the same, which can be a source of confusion for those working with them. We have already seen the content […]