일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- apex class
- platform developer1
- difference with java
- development link
- Too many DML statements
- System.LimitException
- VARIABLE
- Administrator
- dump
- Database Methods
- chatter user profile
- salesforce
- Too many SOQL queries
- developer console
- BASIC
- deactivate record type for chatter user profile
- apex
- DML Statement
- object setting
- sObject
- sharing
- google extension
- sales cloud consultant
- service cloud consultant
- Today
- Total
목록platform developer1 (12)
어느 Salesforce Developer의 개발 성장기
※ 각 자격증별 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..
※ 각 자격증별 Dump는 시험을 준비하면서, 웹상에 공개된 Dump와 유료 Dump를 풀면서 자주 틀렸던 문제를 위주로 작성하였습니다. 오래된 문제도 간혹 있기 때문에 버전에 따라 답이 다른 경우도 있으며, 개인이 공부하면서 푼 문제이기 때문에 오답일 가능성도 있습니다. 이점 유의하여 공부하시길 바랍니다. A developer creates an Apex helper class to handle complex trigger logic. How can the helper class warn users when the trigger exceeds DML governor limits? A. By using PageReference.setRedirect() to redirect the user to a cus..