일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Database Methods
- development link
- VARIABLE
- Too many DML statements
- apex class
- google extension
- developer console
- apex
- BASIC
- deactivate record type for chatter user profile
- object setting
- chatter user profile
- difference with java
- sales cloud consultant
- dump
- sharing
- Administrator
- Too many SOQL queries
- sObject
- salesforce
- service cloud consultant
- DML Statement
- System.LimitException
- platform developer1
- Today
- Total
목록전체 글 (49)
어느 Salesforce Developer의 개발 성장기
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..
※ 각 자격증별 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..
※ 각 자격증별 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..
※ 각 자격증별 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..