Blogs

  • Access Custom Metadata Type Records Using Static Methods

    In the Salesforce Spring ’21 release, there’s no longer a necessity to craft Salesforce Object Query Language (SOQL) to access Custom Metadata Type in Apex. Salesforce has introduced new methods similar to accessing custom settings. Prior to the Spring ’21 release, the only way to access Custom Metadata Type Records in Apex was through SOQL…

    Read more…

  • 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…

    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…

    Read more…