본문 바로가기

Salesforce

Apex Batch 수동 실행 및 Apex Jobs 조회하기 Apex Batch 실행Apex Batch Class를 수동으로 실행하는 방법debug console 에서 Debug ->open execute anonymous window에서 아래 코드와 같은 형식으로 입력 후 'Excute'BatchOpptyTopdealsUpdate deals = new BatchOpptyTopdealsUpdate ();Id batchId = Database.executeBatch(deals);BatchOpptyTopdealsUpdate -> 클래스명. 실행하고자 하는 배치 클래스명을 이 부분에 넣어준다.Apex Batch 실행 로그 확인완료되면 log가 뜬다. log는 바로 뜨지만 Read 부분이 unread 로 나와서 왜 unread 인가.. 찾아보고 그랬는데 시간이 좀 지나.. 더보기
[PDI I]_51-100문항_v230321.q230 Salesforce PDI 취득을 위한 DUMP 공부 - v2023-03-21.q230 / 51-100문항53. A developer needs to test an Invoicing system integration. After reviewing the number of transactions required for the test, the developer estimates that the test data will total about 2 GB of data storage. Production data is not required for the integration testing. Which two environments meet the requirements for testing? (Choos.. 더보기
[PDI I]_1-50문항_v230321.q230 Salesforce PDI 취득을 위한 DUMP 공부 - v2023-03-21.q230 / 1-50문항1. In the code below, what type does Boolean inherit from? Boolean b= true; A. Class B. Object C. String D. Enum13. A developer declared a class as follow. public class wysiwyg { // Properties and methods including DML } Which invocation of a class method will obey the organization-wide defaults and sharing settings for the running us.. 더보기