Tag Archives: CRUD operations

Use of FLS and CRUD operation in Salesforce

In this blog, we will understand how to perform FLS and CRUD operation in salesforce. Field-Level Security (FLS) in Salesforce let you restrict users’ access to view and edit specific fields. Field level security implements using the CRUD operation (Create, Read, Update and Delete i.e. CRUD). Apex in salesforce doesn’t respect CRUD & FLS. It… Read More »

Public Access Settings in Salesforce

In one of the previous blog we discussed how to create a Force.com Site, it is important to note that guest user licenses are required for force.com sites. Enterprise/Unlimited license Org are allowed to create up to 25 sites hence the 25 guest user licenses. Guest users have no password, no role and have no… Read More »