How To Tetch All Files By Navigating Through Folders And Subfolders Via Drag And Drop Using LWC

Overview or Structure While addressing a requirement for a client in the manufacturing sector located in Atlanta, Georgia, there was a need to explore and access folders and their respective subfolders to retrieve all the files dropped by the user. The difficulty or obstacle Our primary challenge involved parsing through each entry in the directory …

How To Tetch All Files By Navigating Through Folders And Subfolders Via Drag And Drop Using LWC Read More »

Generate Notifications Using LightningAlert LightningConfirm And LightningPrompt Modules

The HTML specification underwent an update by the Web Hypertext Application Technology Working Group (WHATWG) in early 2021, eliminating support for the alert(), confirm(), and prompt() native APIs in third-party contexts. Consequently, browsers such as Chrome and Safari plan to discontinue support for the cross-origin usage of window.alert(), window.confirm(), and window.prompt() native APIs. To resolve …

Generate Notifications Using LightningAlert LightningConfirm And LightningPrompt Modules Read More »

Enable Compatibility For Special Characters When Accessing Documents From Salesforce To SharePoint Via Vhe Rest API

The situation or the context While addressing a project requirement for a Manufacturing sector client based in Atlanta, GA, there was a need to permit special characters such as % & # _ ( ) * – . in document names when uploading from Salesforce to SharePoint and when opening the document from a custom …

Enable Compatibility For Special Characters When Accessing Documents From Salesforce To SharePoint Via Vhe Rest API Read More »

How Can One Utilize ChartJS Within A Lightning Web Component To Create A Chart

In today’s Data Science era, emphasis on data visualization holds immense significance. Visual representations significantly impact the user interface. However, building custom, responsive, and interactive charts and graphs within Salesforce presents a challenge. Open source solutions serve as prime options for addressing this need. ChartJS stands out as an open source tool that empowers the …

How Can One Utilize ChartJS Within A Lightning Web Component To Create A Chart Read More »

A Fresh Approach To Implement User Level Security Using Apex Code

Starting from the Summer ’22 release, there has been a significant expansion in the Apex security model. Now, it’s possible to designate Apex database operations to run in either user or system modes. This blog will explore the process of writing Secure Apex Code using User Mode Database Operations (Summer ’22 release) in a more …

A Fresh Approach To Implement User Level Security Using Apex Code Read More »

Enable Compatibility For Special Sharacters While Opening Documents From Salesforce To SharePoint Via The Rest API

The situation or the context. While addressing a project requirement for a manufacturing sector client based in Atlanta, GA, we encountered a need to permit special characters such as % & # _ ( ) * – . in document names during uploads from Salesforce to SharePoint. The objective was to open these documents from …

Enable Compatibility For Special Sharacters While Opening Documents From Salesforce To SharePoint Via The Rest API Read More »

How Can One Utilize ChartJS Within A lightning Web Component To Produce A Chart

Nowadays, in the era of Data Science, emphasis is placed significantly on data visualization. Presenting data visually holds substantial sway over the user interface. However, constructing personalized, adaptable charts and graphs within Salesforce poses a challenge. Open source solutions stand out as one of the finest options for addressing this need. ChartJS, an open source …

How Can One Utilize ChartJS Within A lightning Web Component To Produce A Chart Read More »

Creating A Universal Class For Simulating REST Callouts in Unit Tests

I’m initiating a new routine of weekly blog posts, beginning with advice on crafting a versatile class or a mock factory to simulate interactions with an external third-party service. What’s the rationale behind using a mock When running unit tests the platform does not allow to do a callout to external dependencies. To test our …

Creating A Universal Class For Simulating REST Callouts in Unit Tests Read More »