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 dataType String 式セットバージョンの変数のデータ型。 有効な値は、次のとおりです。
- ActionOutput
- Boolean
- Currency
- Date
- DateTime
- DecisionMatrix
- DecisionTable
- Numeric
- Percent
- Sobject
- SubExpression
- Text
必須 58.0 decimalPlaces Integer 変数の値に許可される小数部の桁数。 省略可能 58.0 description String 変数の説明。 省略可能 58.0 input Boolean 変数が式セットバージョンの入力であるか (true)、否か (false) を示します。 省略可能 58.0 lookupName String 決定マトリックス、決定表、またはサブ式の API 参照名。 省略可能 58.0 lookupType String 式セットバージョンの変数のルックアップ種別。 有効な値は、次のとおりです。
- DecisionMatrix
- DecisionTable
- SubExpression
省略可能 58.0 name String 変数の名前。 必須 58.0 objectName String 変数が sObject 型である場合のオブジェクトの名前。 省略可能 58.0 output Boolean 変数が式セットバージョンの出力であるか (true)、否か (false) を示します。 省略可能 58.0 resultStep String 値をこの変数に割り当てるステップの名前。 省略可能 58.0 type String 式セットの変数の種別。 有効な値は、次のとおりです。
- Constant
- Formula
- Variable
必須 58.0 value String 定数変数種別の値と、数式変数種別の数式を表します。 省略可能 58.0