위치:
배치 처리를 위한 배치 작업 예약
지정한 폴더에 업로드된 PDF 문서를 자동으로 처리하려면 healthcloudds.BatchDocIngestionProcessor Apex 클래스를 예약합니다. 문서가 처리되면 문서 추출 요청 개체에서 추출된 출력을 사용할 수 있습니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
지정한 폴더에 업로드된 PDF 문서를 자동으로 처리하려면 healthcloudds.BatchDocIngestionProcessor Apex 클래스를 예약합니다. 문서가 처리되면 문서 추출 요청 개체에서 추출된 출력을 사용할 수 있습니다.
| 지원 제품: Lightning Experience |
| 지원 제품: Health Cloud용 Agentforce 라이센스가 있는 Health Cloud의 엔터프라이즈 및 무제한 에디션 |
| 필요한 사용자 권한 | |
|---|---|
| Apex 클래스의 버전 설정 정의, 편집, 삭제, 보안 설정 및 설정 | 작성자 Apex |
이 자동화를 사용하여 수동으로 개입하지 않고 정기적으로 업로드된 문서를 추출합니다.
이 작업을 Salesforce UI를 통해 예약하는 경우 시간 간격으로만 예약할 수 있습니다. 작업을 더 자주 실행하려면 배치가 시간당 4회 실행되도록 15분 간격으로 오프셋된 여러 스케줄러를 사용하여 Developer Console에서 일정을 예약합니다(예: 00, 15, 30 및 45분). 작업 부하에 지속적인 추출이 필요하지 않은 경우 빈도를 줄이도록 선택합니다.
healthcloudds.BatchDocIngestionProcessor obj = new healthcloudds.BatchDocIngestionProcessor();
System.schedule('Batch Lab Reports Process 0', '0 0 * * * ?', obj);
System.schedule('Batch Lab Reports Process 1', '0 15 * * * ?', obj);
System.schedule('Batch Lab Reports Process 2', '0 30 * * * ?', obj);
System.schedule('Batch Lab Reports Process 3', '0 45 * * * ?', obj);

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.