您在此处:
分析数据处理引擎在解释模式下运行
通过分析在解释模式中的运行,查看记录如何通过数据处理引擎 (DPE) 定义流动。使用检查点或输出节点的详细计数来验证设置,并确认资格条件应用正确。
通过分析在解释模式中的运行,查看记录如何通过数据处理引擎 (DPE) 定义流动。使用检查点或输出节点的详细计数来验证设置,并确认资格条件应用正确。
| 适用于:启用了返利管理的 Enterprise、Unlimited 和 Developer Edition。 |
| 所需用户权限 | |
|---|---|
| 要在可解释性模式下运行 DPE: | 返利管理管理员权限集 |
try {
BatchJobPart record = [
SELECT RecordFileBody, RecordFileName
FROM BatchJobPart
WHERE Id = '0meLT000000YonMYAS'
LIMIT 1
];
Blob decodedBlob = record.RecordFileBody;
String fileData = decodedBlob != null ? decodedBlob.toString() : 'No file data found.';
System.debug('Decoded File Data: ' + fileData);
} catch (Exception e) {
System.debug('Error: ' + e.getMessage());
}
所选 DPE 节点的解码输出数据显示在调试日志中。使用此数据来验证 DPE 运行期间如何处理记录,并确认预期的结果。

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.