您位於此處:
排程批次處理的批次工作
若要自動處理上載至指定資料夾的 PDF 文件,請排程 healthcloudds.BatchDocIngestionProcessor Apex 類別。處理文件後,會在「文件解壓縮要求」物件中使用已解壓縮的輸出。

使用較常見的搜尋字詞。
選取較少篩選條件以擴大您的搜尋。
您位於此處:
若要自動處理上載至指定資料夾的 PDF 文件,請排程 healthcloudds.BatchDocIngestionProcessor Apex 類別。處理文件後,會在「文件解壓縮要求」物件中使用已解壓縮的輸出。
| 提供版本:Lightning Experience |
| 提供版本:具有 Agentforce for Health Cloud 授權的 Health Cloud Enterprise 和 Unlimited Edition |
| 需要的使用者權限 | |
|---|---|
| 為 Apex 類別定義、編輯、刪除、設定安全性和設定版本設定: | Author Apex |
您可以使用此自動化功能,不需手動介入,即可定期提取已上載的文件。
如果您透過 Salesforce UI 排程此工作,則只能以每小時的間隔排程。若要更頻繁地執行工作,請使用多個排程器以 15 分鐘的間隔位移,從「開發人員主控台」排程工作,讓批次每小時執行四次,例如 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.