일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- sObject
- Database Methods
- developer console
- System.LimitException
- Too many DML statements
- dump
- salesforce
- difference with java
- apex
- service cloud consultant
- Administrator
- Too many SOQL queries
- DML Statement
- chatter user profile
- apex class
- platform developer1
- deactivate record type for chatter user profile
- google extension
- sales cloud consultant
- sharing
- object setting
- VARIABLE
- development link
- BASIC
Archives
- Today
- Total
목록sharing (1)
어느 Salesforce Developer의 개발 성장기
Apex 키워드: with sharing, without sharing, and inherited sharing 의 차이에 대해 알아보자
with sharing 사용자에 대한 공유 규칙이 클래스에 고려되도록 지정할 수 있다. Apex Code가 System Context에서 실행되므로 클래스에 대해 이 키워드를 명시적으로 설정해야한다. System Context에서 Apex Code는 개체에 대한 사용 권한, 필드 수준 보안, 공유 규칙이 현재 사용자에게 적용되지 않은 모든 개체 및 피드에 대한 권한을 가진다. with sharing 키워드를 활용하여 사용자의 공유 규칙에 따라 코드가 실행되지 않도록 한다. 예외: Developer Console에서 Execute Anonymous Windows에서 Apex Class 실행 public with sharing class sharingClass { // Code here } without s..
Salesforce/Learning concept
2020. 3. 9. 20:07