일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Too many DML statements
- apex class
- sales cloud consultant
- VARIABLE
- System.LimitException
- sObject
- apex
- development link
- Database Methods
- platform developer1
- developer console
- Administrator
- chatter user profile
- salesforce
- sharing
- google extension
- service cloud consultant
- dump
- DML Statement
- deactivate record type for chatter user profile
- difference with java
- BASIC
- Too many SOQL queries
- object setting
- Today
- Total
목록전체 카테코리 (49)
어느 Salesforce Developer의 개발 성장기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/92jqM/btqCyl8brjy/kAnEterhS8veIbz4oYwWWk/img.png)
What is the developer Console? Developer Console: Org에서 앱을 만들고, 디버그하고 테스트할 수 있는 통합 개발 환경(IDE) Apex 클래스 및 트리거, Aura 구성 요소, Visualforce 페이지 및 구성 요소를 탐색, 열기, 생성 및 편집 조직에서 만들거나 설치 한 패키지를 탐색. 디버깅을위한 로그를 생성하고 서로 다른 관점을 사용하여 분석. Apex 코드를 테스트하여 오류가 없는지 확인. Apex 코드에서 검사 점을 설정하여 오류를 확인하고 해결. 조직의 레코드를 찾고 작성하고 업데이트하려면 SOQL 및 SOSL 쿼리를 작성하고 실행. When Do you use the developer console? Developer Console은 하나의 Org..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/kUX6i/btqCwX1bccw/KqEjo6n7y3uKondFgi0HnK/img.png)
※ 각 자격증별 Dump는 시험을 준비하면서, 웹상에 공개된 Dump와 유료 Dump를 풀면서 자주 틀렸던 문제를 위주로 작성하였습니다. 오래된 문제도 간혹 있기 때문에 버전에 따라 답이 다른 경우도 있으며, 개인이 공부하면서 푼 문제이기 때문에 오답일 가능성도 있습니다. 이점 유의하여 공부하시길 바랍니다. When are code coverage calculations updated? A. When unit tests are run on an organization. ( Ans ) B. When Apex code is saved. C. When changes are made to an organization’s configuration. D. When a deployment is validated. W..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dJ9LFc/btqCzCax64w/5pke3tWoK88T7Ivy3MJjk0/img.png)
※ 각 자격증별 Dump는 시험을 준비하면서, 웹상에 공개된 Dump와 유료 Dump를 풀면서 자주 틀렸던 문제를 위주로 작성하였습니다. 오래된 문제도 간혹 있기 때문에 버전에 따라 답이 다른 경우도 있으며, 개인이 공부하면서 푼 문제이기 때문에 오답일 가능성도 있습니다. 이점 유의하여 공부하시길 바랍니다. While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard PriceBook since one already exists in the org. How should the Developer overcome this problem? A. Use Test.getS..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bHolXi/btqCwYeBEA4/w2JXgFxXxa8JUKabMAG6PK/img.png)
※ 각 자격증별 Dump는 시험을 준비하면서, 웹상에 공개된 Dump와 유료 Dump를 풀면서 자주 틀렸던 문제를 위주로 작성하였습니다. 오래된 문제도 간혹 있기 때문에 버전에 따라 답이 다른 경우도 있으며, 개인이 공부하면서 푼 문제이기 때문에 오답일 가능성도 있습니다. 이점 유의하여 공부하시길 바랍니다. A Platform Developer needs to write an Apex method that will only perform an action if a record is assigned to a specific Record Type. Which two options allow the developer to dynamically determine the ID of the required Reco..