Decision Matrix Columns Input
- JSON の例
-
列を追加:
1{ 2 "columns" : [ { 3 "apiName" : "Name", 4 "columnType" : "Input", 5 "dataType" : "Text", 6 "displaySequence" : 4, 7 "name" : "Name" 8 }] 9} -
列を削除:
1{ 2 "columns" : [ { 3 "action" : "delete", 4 "id" : "0lJR0000000014bMAA" 5 }] 6} -
列を更新:
1{ 2 "columns" : [ { 3 "id" : "0lJR0000000014hMAA", 4 "action" : "update", 5 "columnType" : "Input", 6 "name" : "First Name" 7 }] 8} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン columns Decision Matrix Column Input[] 決定マトリクスで追加、更新、削除する列のリスト。 必須 53.0