Blogs
-
Export Functions And Variables From A Lightning Web Component
When you create a Lightning Web Component, it comes with some default code. Our Lightning Web Component extends ‘LightningElement,’ allowing us to leverage various functions and variables seamlessly without additional configuration. However, what if I desire a more streamlined Lightning Web Component with only specific variables and functions? Suppose I intend to use this LWC…
-
Salesforce Communities: Enable Partners To Remove
Salesforce introduces Communities, addressing the much-needed improvement in the outdated partner portal user interface. Having participated in the pre-release, I discovered both positive and negative aspects of the new functionality. One significant drawback is the absence of the ability for Community Users to delete records. While Salesforce.com presented a comprehensive list of reasons justifying the…
-
Example Apex Unit Test For An Apex Trigger
She faced challenges while deploying the code and realized there was no Apex Test class included in the initial post. As I offered assistance, I recognized the opportunity to present another helpful example for readers. Having an additional sample Apex Unit Test can be beneficial for those learning Apex and provides more content for this…