Tag Archives: Profiles

Preventing Cross-Site Scripting (XSS) in Salesforce Lightning Components

Cross-Site Scripting (XSS) is one of the most common security vulnerabilities in web applications. It occurs when malicious scripts are injected into web pages, potentially leading to data theft, session hijacking, or unwanted UI manipulation. While Salesforce provides strong, built-in protection against such attacks, developers must also adopt secure coding practices when working with Lightning… Read More »

How to Use Custom Permission in Salesforce?

In this blog, we are going to discuss “How to Create and use Custom Permission in Salesforce?”. This blog post will cover the process of creating custom permission in Salesforce and also how to apply/Use Custom Permission in Salesforce. The purpose of this is by using this we can give access to a particular user… Read More »

Assign custom object permissions to Standard User in Salesforce

One of the key tasks of Salesforce administrator is to assign custom object permissions to the standard Users in Salesforce. One can simply assign a user with administrator rights and can avoid the trouble of assigning privileges to different user groups. However, this would mean providing users with unrestricted access, which could potentially lead to… Read More »