Wednesday 6 December 2017

SALESFORCE SECURITY MODEL

Sometimes it helps to have a picture to put with what you are reading. Below is a handy little diagram that outlines the FLS (Field Level Security), Sharing and CRUD that makeup the Salesforce security model.
CRUD - Create, read, update, delete. Which objects the user can see in Salesforce.
Field Level Security (FLS) - which fields on a record can the see or edit

Sharing Rules - which specific rec
ords are visible to the users.

No comments:

Post a Comment

Batch Apex

1. What are transaction limits in apex? Total number of SOQL queries issued1 - 100 Total number of records retrieved by SOQL queries - 50...