Expression Set (PATCH)
- リソース
-
1/connect/business-rules/expression-set/${expressionSetId} - リソースの例
-
1https://yourInstance.salesforce.com/services/data/v60.0/connect 2 /business-rules/expressionSet/$11Oxx0000006PcLEAU - 使用可能なバージョン
- 58.0
- Chatter が必要かどうか
- いいえ
- HTTP のメソッド
- PATCH
- PATCH のリクエストボディ
-
- ルート XML タグ
- <ExpressionSetInput>
- JSON の例
-
1{ 2 "name": "CTX Mapping ES", 3 "apiName": "CTX_Mapping_ES_1", 4 "description": "...", 5 "usageType": "Bre", 6 "contextDefinitions": [ 7 { 8 "id": "11Oxx0000006PcLEAU" 9 } 10 ], 11 "versions": [ 12 { 13 "name": "CTX_Mapping_ES_1 V1", 14 "apiName": "CTX_Mapping_ES_1_V1", 15 "description": "Sample CTX Mapping", 16 "startDate": "2022-11-14T20:31:47.000+0000", 17 "endDate": "2022-11-14T20:31:47.000+0000", 18 "versionNumber": 1, 19 "rank": 1, 20 "enabled": true, 21 "showExplExternally": false, 22 "steps": [ 23 { 24 "name": "Condition1", 25 "description": "Condition step for conditions w.r.t product", 26 "sequenceNumber": 1, 27 "resultIncluded": true, 28 "stepType": "Condition", 29 "conditionExpression": { 30 "expression": "productName == 'iPhone' && productColor == 'Red'", 31 "resultParameter": "condition_output__1" 32 } 33 } 34 ], 35 "variables": [ 36 { 37 "name": "productName", 38 "collection": false, 39 "dataType": "Text", 40 "description": "productName", 41 "input": true, 42 "output": false, 43 "type": "Variable" 44 }, 45 { 46 "name": "productColor", 47 "collection": false, 48 "dataType": "Text", 49 "description": "productColor", 50 "input": true, 51 "output": false, 52 "type": "Variable" 53 }, 54 { 55 "name": "condition_output__1", 56 "dataType": "Boolean", 57 "description": "condition_output__1", 58 "input": false, 59 "output": true, 60 "resultStep": "Condition1", 61 "type": "Variable" 62 } 63 ] 64 } 65 ] 66} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン apiName String 式セットの一意の名前。 必須 58.0 contextDefinitions Context Definition Input 式セットのコンテキスト定義のリスト。 省略可能 58.0 description String 式セットの説明。 省略可能 58.0 name String 式セットの名前。 必須 58.0 usageType String 式セットの利用状況種別。 有効な値は Bre です。デフォルト値は Bre です。
ビジネスルールエンジンが Salesforce 組織に対して有効になっている場合、「Bre」がデフォルト値です。使用している業種ソリューションや権限セットによっては、他の利用状況種別も利用できる可能性があります。
必須 58.0 versions Expression Set Version Input[] 式セットバージョンのリスト。 省略可能 58.0
- PATCH のレスポンスボディ
- Expression Set Output