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

Expression Set Version Variable Input

式セットバージョンの変数の入力表現。
ルート XML タグ
<ExpressionSetVersionVariableInput>
JSON の例
1"variables": [
2            {
3              "collection": false,
4              "dataType": "Text",
5              "decimalPlaces": 2,
6              "description": null,
7              "input": true,
8              "lookupName": "DM_for_test",
9              "lookupType": "DecisionMatrix",
10              "name": "City",
11              "objectName": null,
12              "output": false,
13              "resultStep": null,
14              "type": "Variable",
15              "value": null
16            },
17            {
18              "collection": false,
19              "dataType": "Text",
20              "decimalPlaces": null,
21              "description": null,
22              "input": false,
23              "lookupName": "DM_for_test",
24              "lookupType": "DecisionMatrix",
25              "name": "DM_for_test__State",
26              "objectName": null,
27              "output": true,
28              "resultStep": null,
29              "type": "Variable",
30              "value": null
31            },
32            {
33              "collection": false,
34              "dataType": "Text",
35              "decimalPlaces": null,
36              "description": "productName",
37              "input": true,
38              "lookupName": null,
39              "lookupType": null,
40              "name": "productName",
41              "objectName": null,
42              "output": false,
43              "resultStep": null,
44              "type": "Variable",
45              "value": null
46            },
47            {
48              "collection": false,
49              "dataType": "Boolean",
50              "decimalPlaces": null,
51              "description": "condition_output__1",
52              "input": false,
53              "lookupName": null,
54              "lookupType": null,
55              "name": "condition_output__1",
56              "objectName": null,
57              "output": true,
58              "resultStep": "Condition1",
59              "type": "Variable",
60              "value": null
61            }
62          ]
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
collection Boolean 変数がコレクションであるか (true)、否か (false) を示します。 省略可能 58.0
data​Type String 式セットバージョンの変数のデータ型。

有効な値は、次のとおりです。

  • Action​Output
  • Boolean
  • Currency
  • Date
  • Date​Time
  • Decision​Matrix
  • Decision​Table
  • Numeric
  • Percent
  • Sobject
  • Sub​Expression
  • Text
必須 58.0
decimal​Places Integer 変数の値に許可される小数部の桁数。 省略可能 58.0
description String 変数の説明。 省略可能 58.0
input Boolean 変数が式セットバージョンの入力であるか (true)、否か (false) を示します。 省略可能 58.0
lookup​Name String 決定マトリックス、決定表、またはサブ式の API 参照名。 省略可能 58.0
lookup​Type String 式セットバージョンの変数のルックアップ種別。

有効な値は、次のとおりです。

  • Decision​Matrix
  • Decision​Table
  • Sub​Expression
省略可能 58.0
name String 変数の名前。 必須 58.0
object​Name String 変数が sObject 型である場合のオブジェクトの名前。 省略可能 58.0
output Boolean 変数が式セットバージョンの出力であるか (true)、否か (false) を示します。 省略可能 58.0
result​Step String 値をこの変数に割り当てるステップの名前。 省略可能 58.0
type String 式セットの変数の種別。

有効な値は、次のとおりです。

  • Constant
  • Formula
  • Variable
必須 58.0
value String 定数変数種別の値と、数式変数種別の数式を表します。 省略可能 58.0