この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Business Rules Results

式セットの実行の出力表現。
JSON の例
1{
2  "outputs": [
3    {
4      "result": {
5        "Premium": "1200",
6        "Tax": "100"
7      },
8      "variables": {
9        "age": "25",
10        "state": "CA"
11      },
12      "error": {
13        "stepId": "<stepId>",
14        "errorMessage": "The rule is missing inputs: ['var1', 'var2'] and 3 more steps have 5 error"
15      }
16    },
17    {
18      "result": {
19        "Premium": "2400",
20        "Tax": "300"
21      }
22    },
23    {
24      "result": {
25        "Premium": "500",
26        "Tax": "25"
27      }
28    }
29  ],
30  "aggregationResults": {
31    "result": {
32      "TotalPremium": "4100",
33      "TotalTax": "425"
34    },
35    "error": {
36      "stepId": "<stepId>",
37      "errorMessage": "The rule is missing inputs: ['var1', 'var2'] and 3 more steps have 5 error"
38    }
39  }
40}
プロパティ名 説明 検索条件グループとバ��ジョン 使用可能なバージョン
aggregationResults Business Rule Aggregation Results Output 式セット内の集計ステップの結果。 Small、55.0 55.0
outputs Rule Result[] 式セットから返された出力のリスト。 Small、55.0 55.0